Html Css Color HEX #044A6B Dark Cerulean

📋 copy color: '#044A6B'

red 4 ◦ green 74 ◦ blue 107

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

Shades of Dark Cerulean #044A6B

Tints of Dark Cerulean #044A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 2.16%
G = 40%
B = 57.84%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#044A6B (or 0x044A6B) is known color: Dark Cerulean. HEX triplet: 04, 4A and 6B. RGB value is (4,74,107). Sum of RGB (Red+Green+Blue) = 4+74+107=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #044A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A6B is #FBB594. Grayscale: #383838. Windows color (decimal): -16496021 or 7031300. OLE color: 7031300.

HSL color Cylindrical-coordinate representation of color #044A6B: hue angle of 199.22º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A6B is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 74 107 -
CMYK 0.96 0.31 0 0.58
HSL 199.22º 0.93% 0.22% -
HSV(B) 199.22º 0.96% 0.42% -
XYZ 5.15 5.98 14.79 -
YUV 56.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 4 74 107 0.96 0.31 0 0.58 199.22 0.93 0.22
Hex 4 4A 6B 60 1F 0 3A C7 5D 16
Octal 4 112 153 140 37 0 72 307 135 26
Binary 100 1001010 1101011 1100000 11111 0 111010 11000111 1011101 10110

Color Harmonies of #044A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A6B

Black with #044A6B

Text Example


Text Example

White with #044A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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