Html Css Color HEX #044692 Dark Cerulean

📋 copy color: '#044692'

red 4 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #044692

Tints of Dark Cerulean #044692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 1.82%
G = 31.82%
B = 66.36%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#044692 (or 0x044692) is known color: Dark Cerulean. HEX triplet: 04, 46 and 92. RGB value is (4,70,146). Sum of RGB (Red+Green+Blue) = 4+70+146=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #044692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044692 is #FBB96D. Grayscale: #3A3A3A. Windows color (decimal): -16497006 or 9586180. OLE color: 9586180.

HSL color Cylindrical-coordinate representation of color #044692: hue angle of 212.11º 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 #044692 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 70 146 -
CMYK 0.97 0.52 0 0.43
HSL 212.11º 0.95% 0.29% -
HSV(B) 212.11º 0.97% 0.57% -
XYZ 7.43 6.48 28.05 -
YUV 58.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 4 70 146 0.97 0.52 0 0.43 212.11 0.95 0.29
Hex 4 46 92 61 34 0 2B D4 5F 1D
Octal 4 106 222 141 64 0 53 324 137 35
Binary 100 1000110 10010010 1100001 110100 0 101011 11010100 1011111 11101

Color Harmonies of #044692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044692

Black with #044692

Text Example


Text Example

White with #044692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044692; }

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

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

background-color css

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

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

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

border-color css

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

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

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