Html Css Color HEX #044686 Dark Cerulean

📋 copy color: '#044686'

red 4 ◦ green 70 ◦ blue 134

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

Shades of Dark Cerulean #044686

Tints of Dark Cerulean #044686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 64.42%

R = 1.92%
G = 33.65%
B = 64.42%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044686 (or 0x044686) is known color: Dark Cerulean. HEX triplet: 04, 46 and 86. RGB value is (4,70,134). Sum of RGB (Red+Green+Blue) = 4+70+134=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #044686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044686 is #FBB979. Grayscale: #393939. Windows color (decimal): -16497018 or 8799748. OLE color: 8799748.

HSL color Cylindrical-coordinate representation of color #044686: hue angle of 209.54º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044686 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 70 134 -
CMYK 0.97 0.48 0 0.47
HSL 209.54º 0.94% 0.27% -
HSV(B) 209.54º 0.97% 0.53% -
XYZ 6.54 6.13 23.39 -
YUV 57.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 4 70 134 0.97 0.48 0 0.47 209.54 0.94 0.27
Hex 4 46 86 61 30 0 2F D2 5E 1B
Octal 4 106 206 141 60 0 57 322 136 33
Binary 100 1000110 10000110 1100001 110000 0 101111 11010010 1011110 11011

Color Harmonies of #044686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044686

Black with #044686

Text Example


Text Example

White with #044686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044686; }

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

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

background-color css

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

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

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

border-color css

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

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

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