Html Css Color HEX #044C66 Blue Lagoon

📋 copy color: '#044C66'

red 4 ◦ green 76 ◦ blue 102

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

Shades of Blue Lagoon #044C66

Tints of Blue Lagoon #044C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 2.2%
G = 41.76%
B = 56.04%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#044C66 (or 0x044C66) is known color: Blue Lagoon. HEX triplet: 04, 4C and 66. RGB value is (4,76,102). Sum of RGB (Red+Green+Blue) = 4+76+102=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #044C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C66 is #FBB399. Grayscale: #393939. Windows color (decimal): -16495514 or 6704132. OLE color: 6704132.

HSL color Cylindrical-coordinate representation of color #044C66: hue angle of 195.92º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044C66 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 76 102 -
CMYK 0.96 0.25 0 0.6
HSL 195.92º 0.92% 0.21% -
HSV(B) 195.92º 0.96% 0.4% -
XYZ 5.03 6.15 13.49 -
YUV 57.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 4 76 102 0.96 0.25 0 0.6 195.92 0.92 0.21
Hex 4 4C 66 60 19 0 3C C4 5C 15
Octal 4 114 146 140 31 0 74 304 134 25
Binary 100 1001100 1100110 1100000 11001 0 111100 11000100 1011100 10101

Color Harmonies of #044C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C66

Black with #044C66

Text Example


Text Example

White with #044C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,102); }

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

background-color css

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

 a { background-color: rgb(4,76,102); }

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

border-color css

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

 span { border-color: rgb(4,76,102); }

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