#045F6A

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

Shades of Blue Lagoon #045F6A

Tints of Blue Lagoon #045F6A

Color information

#045F6A (or 0x045F6A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5F and 6A. RGB value is (4,95,106). Sum of RGB (Red+Green+Blue) = 4+95+106=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #045F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F6A is #FBA095. Grayscale: #444444. Windows color (decimal): -16490646 or 6971140. OLE color: 6971140.

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

Color convert

RGB495106-
CMYK0.960.1000.58
HSL186.47º92.73%21.57%-
HSV(B)186.47º96.23%41.57%-
XYZ6.749.2515.07-
YUV69.04148.8581.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=1.95%
G=46.34%
B=51.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4951060.960.1000.58186.4792.7321.57
Hex45F6A60A03Aba5d16
Octal41371521401207227213526
Binary1001011111110101011000001010011101010111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045F6A; }

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

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

<style>
 a { background-color: #045F6A; }

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

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

<style>
 span { border-color: #045F6A; }

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

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