#044F63

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

Shades of Blue Lagoon #044F63

Tints of Blue Lagoon #044F63

Color information

#044F63 (or 0x044F63) is unknown color: approx Blue Lagoon. HEX triplet: 04, 4F and 63. RGB value is (4,79,99). Sum of RGB (Red+Green+Blue) = 4+79+99=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #044F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F63 is #FBB09C. Grayscale: #3A3A3A. Windows color (decimal): -16494749 or 6508292. OLE color: 6508292.

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

Color convert

RGB47999-
CMYK0.960.2000.61
HSL192.63º92.23%20.2%-
HSV(B)192.63º95.96%38.82%-
XYZ5.16.5212.79-
YUV58.86150.6588.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.20%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=2.20%
G=43.41%
B=54.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal479990.960.2000.61192.6392.2320.2
Hex44F63601403Dc15c14
Octal41171431402407530113424
Binary10010011111100011110000010100011110111000001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #044F63;
 }
 .AnyTagClassName
 {
   color: #044F63;
 }
</style>
background-color css

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

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

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

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

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

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