Html Css Color HEX #044A77 Dark Cerulean

📋 copy color: '#044A77'

red 4 ◦ green 74 ◦ blue 119

#044A77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #044A77

Tints of Dark Cerulean #044A77

RGB

 RED value IS 4 (1.95% from 255) = 2.03%

 GREEN value IS 74 (29.3% from 255) = 37.56%

 BLUE value IS 119 (46.88% from 255) = 60.41%

R = 2.03%
G = 37.56%
B = 60.41%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#044A77 (or 0x044A77) is known color: Dark Cerulean. HEX triplet: 04, 4A and 77. RGB value is (4,74,119). Sum of RGB (Red+Green+Blue) = 4+74+119=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #044A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A77 is #FBB588. Grayscale: #393939. Windows color (decimal): -16496009 or 7817732. OLE color: 7817732.

HSL color Cylindrical-coordinate representation of color #044A77: hue angle of 203.48º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A77 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 74 119 -
CMYK 0.97 0.38 0 0.53
HSL 203.48º 0.93% 0.24% -
HSV(B) 203.48º 0.97% 0.47% -
XYZ 5.83 6.26 18.35 -
YUV 58.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 4 74 119 0.97 0.38 0 0.53 203.48 0.93 0.24
Hex 4 4A 77 61 26 0 35 CB 5D 18
Octal 4 112 167 141 46 0 65 313 135 30
Binary 100 1001010 1110111 1100001 100110 0 110101 11001011 1011101 11000

Color Harmonies of #044A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A77

Black with #044A77

Text Example


Text Example

White with #044A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044A77; }

 p { color: rgb(4,74,119); }

 H1.HeaderClassName
 {
   color: #044A77;
 }
 .AnyTagClassName
 {
   color: #044A77;
 }
</style>

background-color css

<style>
 a { background-color: #044A77; }

 a { background-color: rgb(4,74,119); }

 div.DivClassName
 {
   background-color: #044A77;
 }
 .BgClassName
 {
   background-color: #044A77;
 }
</style>

border-color css

<style>
 span { border-color: #044A77; }

 span { border-color: rgb(4,74,119); }

 td.TdClassName
 {
   border-color: #044A77;
 }
 .TagClassName
 {
   border-color: #044A77;
 }
</style>