Html Css Color HEX #044E6C Blue Lagoon

📋 copy color: '#044E6C'

red 4 ◦ green 78 ◦ blue 108

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

Shades of Blue Lagoon #044E6C

Tints of Blue Lagoon #044E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 2.11%
G = 41.05%
B = 56.84%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#044E6C (or 0x044E6C) is known color: Blue Lagoon. HEX triplet: 04, 4E and 6C. RGB value is (4,78,108). Sum of RGB (Red+Green+Blue) = 4+78+108=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #044E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E6C is #FBB193. Grayscale: #3B3B3B. Windows color (decimal): -16494996 or 7097860. OLE color: 7097860.

HSL color Cylindrical-coordinate representation of color #044E6C: hue angle of 197.31º 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 #044E6C is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 78 108 -
CMYK 0.96 0.28 0 0.58
HSL 197.31º 0.93% 0.22% -
HSV(B) 197.31º 0.96% 0.42% -
XYZ 5.48 6.56 15.16 -
YUV 59.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 4 78 108 0.96 0.28 0 0.58 197.31 0.93 0.22
Hex 4 4E 6C 60 1C 0 3A C5 5D 16
Octal 4 116 154 140 34 0 72 305 135 26
Binary 100 1001110 1101100 1100000 11100 0 111010 11000101 1011101 10110

Color Harmonies of #044E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E6C

Black with #044E6C

Text Example


Text Example

White with #044E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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