Html Css Color HEX #044693 Dark Cerulean

📋 copy color: '#044693'

red 4 ◦ green 70 ◦ blue 147

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

Shades of Dark Cerulean #044693

Tints of Dark Cerulean #044693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.52%

R = 1.81%
G = 31.67%
B = 66.52%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#044693 (or 0x044693) is known color: Dark Cerulean. HEX triplet: 04, 46 and 93. RGB value is (4,70,147). Sum of RGB (Red+Green+Blue) = 4+70+147=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #044693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044693 is #FBB96C. Grayscale: #3A3A3A. Windows color (decimal): -16497005 or 9651716. OLE color: 9651716.

HSL color Cylindrical-coordinate representation of color #044693: hue angle of 212.31º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044693 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 70 147 -
CMYK 0.97 0.52 0 0.42
HSL 212.31º 0.95% 0.3% -
HSV(B) 212.31º 0.97% 0.58% -
XYZ 7.51 6.51 28.47 -
YUV 59.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 4 70 147 0.97 0.52 0 0.42 212.31 0.95 0.3
Hex 4 46 93 61 34 0 2A D4 5F 1E
Octal 4 106 223 141 64 0 52 324 137 36
Binary 100 1000110 10010011 1100001 110100 0 101010 11010100 1011111 11110

Color Harmonies of #044693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044693

Black with #044693

Text Example


Text Example

White with #044693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044693; }

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

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

background-color css

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

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

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

border-color css

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

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

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