#04666F

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

Shades of Blue Lagoon #04666F

Tints of Blue Lagoon #04666F

Color information

#04666F (or 0x04666F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 6F. RGB value is (4,102,111). Sum of RGB (Red+Green+Blue) = 4+102+111=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #04666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04666F is #FB9990. Grayscale: #494949. Windows color (decimal): -16488849 or 7300612. OLE color: 7300612.

HSL color Cylindrical-coordinate representation of color #04666F: hue angle of 185.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04666F is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4102111-
CMYK0.960.0800.56
HSL185.05º93.04%22.55%-
HSV(B)185.05º96.4%43.53%-
XYZ7.6710.6816.7-
YUV73.72149.0378.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=1.84%
G=47.00%
B=51.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41021110.960.0800.56185.0593.0422.55
Hex4666F608038b95d17
Octal41461571401007027113527
Binary1001100110110111111000001000011100010111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04666F; }

 p { color: rgb(4,102,111); }

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

<style>
 a { background-color: #04666F; }

 a { background-color: rgb(4,102,111); }

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

<style>
 span { border-color: #04666F; }

 span { border-color: rgb(4,102,111); }

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