Html Css Color HEX #044E69 Blue Lagoon

📋 copy color: '#044E69'

red 4 ◦ green 78 ◦ blue 105

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

Shades of Blue Lagoon #044E69

Tints of Blue Lagoon #044E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.71%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 2.14%
G = 41.71%
B = 56.15%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#044E69 (or 0x044E69) is known color: Blue Lagoon. HEX triplet: 04, 4E and 69. RGB value is (4,78,105). Sum of RGB (Red+Green+Blue) = 4+78+105=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #044E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E69 is #FBB196. Grayscale: #3A3A3A. Windows color (decimal): -16494999 or 6901252. OLE color: 6901252.

HSL color Cylindrical-coordinate representation of color #044E69: hue angle of 196.04º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044E69 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 78 105 -
CMYK 0.96 0.26 0 0.59
HSL 196.04º 0.93% 0.21% -
HSV(B) 196.04º 0.96% 0.41% -
XYZ 5.32 6.49 14.34 -
YUV 58.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 4 78 105 0.96 0.26 0 0.59 196.04 0.93 0.21
Hex 4 4E 69 60 1A 0 3B C4 5D 15
Octal 4 116 151 140 32 0 73 304 135 25
Binary 100 1001110 1101001 1100000 11010 0 111011 11000100 1011101 10101

Color Harmonies of #044E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E69

Black with #044E69

Text Example


Text Example

White with #044E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,78,105); }

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

background-color css

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

 a { background-color: rgb(4,78,105); }

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

border-color css

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

 span { border-color: rgb(4,78,105); }

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