Html Css Color HEX #044492 Dark Cerulean

📋 copy color: '#044492'

red 4 ◦ green 68 ◦ blue 146

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

Shades of Dark Cerulean #044492

Tints of Dark Cerulean #044492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 1.83%
G = 31.19%
B = 66.97%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#044492 (or 0x044492) is known color: Dark Cerulean. HEX triplet: 04, 44 and 92. RGB value is (4,68,146). Sum of RGB (Red+Green+Blue) = 4+68+146=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #044492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044492 is #FBBB6D. Grayscale: #393939. Windows color (decimal): -16497518 or 9585668. OLE color: 9585668.

HSL color Cylindrical-coordinate representation of color #044492: hue angle of 212.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044492 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 68 146 -
CMYK 0.97 0.53 0 0.43
HSL 212.96º 0.95% 0.29% -
HSV(B) 212.96º 0.97% 0.57% -
XYZ 7.31 6.24 28.01 -
YUV 57.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 4 68 146 0.97 0.53 0 0.43 212.96 0.95 0.29
Hex 4 44 92 61 35 0 2B D5 5F 1D
Octal 4 104 222 141 65 0 53 325 137 35
Binary 100 1000100 10010010 1100001 110101 0 101011 11010101 1011111 11101

Color Harmonies of #044492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044492

Black with #044492

Text Example


Text Example

White with #044492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044492; }

 p { color: rgb(4,68,146); }

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

background-color css

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

 a { background-color: rgb(4,68,146); }

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

border-color css

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

 span { border-color: rgb(4,68,146); }

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