#044D6A

Color #044D6A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #044D6A

Tints of Blue Lagoon #044D6A

Color information

#044D6A (or 0x044D6A) is unknown color: approx 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

RGB477106-
CMYK0.960.2700.58
HSL197.06º92.73%21.57%-
HSV(B)197.06º96.23%41.57%-
XYZ5.316.3714.59-
YUV58.48154.8289.14-

RGB Variations

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

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.80% from 255) = 56.68%
R=2.14%
G=41.18%
B=56.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4771060.960.2700.58197.0692.7321.57
Hex44D6A601B03Ac55d16
Octal41151521403307230513526
Binary10010011011101010110000011011011101011000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>