Html Css Color HEX #044D6A Blue Lagoon

📋 copy color: '#044D6A'

red 4 ◦ green 77 ◦ blue 106

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

Shades of Blue Lagoon #044D6A

Tints of Blue Lagoon #044D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 2.14%
G = 41.18%
B = 56.68%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#044D6A (or 0x044D6A) is known color: Blue Lagoon. HEX triplet: 04, 4D and 6A. RGB value is (4,77,106). Sum of RGB (Red+Green+Blue) = 4+77+106=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #044D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D6A is #FBB295. Grayscale: #3A3A3A. Windows color (decimal): -16495254 or 6966532. OLE color: 6966532.

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

Color convert

RGB 4 77 106 -
CMYK 0.96 0.27 0 0.58
HSL 197.06º 0.93% 0.22% -
HSV(B) 197.06º 0.96% 0.42% -
XYZ 5.31 6.37 14.59 -
YUV 58.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 4 77 106 0.96 0.27 0 0.58 197.06 0.93 0.22
Hex 4 4D 6A 60 1B 0 3A C5 5D 16
Octal 4 115 152 140 33 0 72 305 135 26
Binary 100 1001101 1101010 1100000 11011 0 111010 11000101 1011101 10110

Color Harmonies of #044D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D6A

Black with #044D6A

Text Example


Text Example

White with #044D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,106); }

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

background-color css

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

 a { background-color: rgb(4,77,106); }

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

border-color css

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

 span { border-color: rgb(4,77,106); }

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