COLOR #004973

HEX: #004973
RGB: (0,73,115)

Renk bilgisi

#004973 contains only green and blue colors. #004973 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#004973 color RGB value is (0,73,115).

  • kırmız ton 0;
  • yeşil ton 73;
  • mavi ton 115.
RGB:
(0,73,115)
(0%,29%,45%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 73 of 255 = 29%
B 115 of 255 = 45%

0
73
115

R + G + B ~ 25%. #004973 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 73 + 115 = 188 (100%)
R 0 of 188 ~ 0%
G 73 of 188 ~ 38.83%
B 115 of 188 ~ 61.17%

%38.83
%61.17

CMYK RENK MODELİ

#004973 rengi CMYK tonu (100,37,0,55).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.52%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(100,37,0,55)
C100M37Y0K55 
(100%,37%,0%,55%)
(1.00/0.37/0.00/0.55)	

CMYK yüzdeleri

%100
%36.52
%0
%54.9

Codes

Color #004973 in popluar color models

004973
RGB073115
HSL202°100.00%22.55%
HSB/HSV202°100.00%45.10%
CMYK100.00%36.52%0.00%
54.90%

Color #004973 in popluar number systems.

HEX004973
Decimal073115
Binary010010011110011
Octal0111163

Shades and tints

Shades of #004973

#004973
(0,73,115)
#004369
(0,67,105)
#003D5F
(0,61,95)
#003755
(0,55,85)
#00314B
(0,49,75)
#002B41
(0,43,65)
#002537
(0,37,55)
#001F2D
(0,31,45)
#001923
(0,25,35)
#001319
(0,19,25)
#000D0F
(0,13,15)
#000000
(0,0,0)

Tints of #004973

#004973
(0,73,115)
#17597F
(23,89,127)
#2E698B
(46,105,139)
#457997
(69,121,151)
#5C89A3
(92,137,163)
#7399AF
(115,153,175)
#8AA9BB
(138,169,187)
#A1B9C7
(161,185,199)
#B8C9D3
(184,201,211)
#CFD9DF
(207,217,223)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004973 color. Also use rgb(0,73,115) instead hex code.

Text Font Color

.myTextColor { color: #004973; }

<p style="color:#004973">This sample text font color is #004973.</p>

This text font color is #004973.


Background Color

.myBgColor { background-color: #004973; }

<div style="background-color:#004973">Inner text</div>

This div background color is #004973.


Border color

.myBorderColor { border: 1px solid #004973; }

<div style="border:3px solid #004973">Div</div>

This div border color is #004973.


Opacity

.myOpacity80 { color: #004973; opacity: 0.8; }

<p style="color:#004973;opacity:0.8;">80%</p>

Text with #004973 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #004973;}

<p style="text-shadow: 3px 3px 1px #004973">Text here.</p>

This text has shadow with #004973 color.

.textShadow {text-shadow: 3px 3px 1px #004973, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #004973, 5px 5px 20px red">Text here.</p>

This text has shadow with #004973 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004973, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#004973, Direction=45, Strength=4)">Text</p>

This text has shadow with #004973 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #004973;
  -webkit-box-shadow:	1px 1px 3px 2px #004973;
  box-shadow:		1px 1px 3px 2px #004973;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #004973;
-webkit-box-shadow: 1px 1px 3px 2px #004973;
box-shadow:1px 1px 3px 2px #004973;">
Div content here</div>
This div box has shadow with color #004973.

Preview

Color preview on black background

This text has color #004973 on black background.


Color preview on white background

This text has color #004973 on white background.



Black color preview on #004973 background

This text has black color on #004973 background.


White color preview on #004973 background

This text has white color on #004973 background.