Html Css Color HEX #044E63 Blue Lagoon

📋 copy color: '#044E63'

red 4 ◦ green 78 ◦ blue 99

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

Shades of Blue Lagoon #044E63

Tints of Blue Lagoon #044E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 2.21%
G = 43.09%
B = 54.7%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#044E63 (or 0x044E63) is known color: Blue Lagoon. HEX triplet: 04, 4E and 63. RGB value is (4,78,99). Sum of RGB (Red+Green+Blue) = 4+78+99=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #044E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E63 is #FBB19C. Grayscale: #3A3A3A. Windows color (decimal): -16495005 or 6508036. OLE color: 6508036.

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

Color convert

RGB 4 78 99 -
CMYK 0.96 0.21 0 0.61
HSL 193.26º 0.92% 0.2% -
HSV(B) 193.26º 0.96% 0.39% -
XYZ 5.03 6.38 12.77 -
YUV 58.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 4 78 99 0.96 0.21 0 0.61 193.26 0.92 0.2
Hex 4 4E 63 60 15 0 3D C1 5C 14
Octal 4 116 143 140 25 0 75 301 134 24
Binary 100 1001110 1100011 1100000 10101 0 111101 11000001 1011100 10100

Color Harmonies of #044E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E63

Black with #044E63

Text Example


Text Example

White with #044E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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