#04666C

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

Shades of Blue Lagoon #04666C

Tints of Blue Lagoon #04666C

Color information

#04666C (or 0x04666C) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 6C. RGB value is (4,102,108). Sum of RGB (Red+Green+Blue) = 4+102+108=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #04666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04666C is #FB9993. Grayscale: #494949. Windows color (decimal): -16488852 or 7104004. OLE color: 7104004.

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

Color convert

RGB4102108-
CMYK0.960.0600.58
HSL183.46º92.86%21.96%-
HSV(B)183.46º96.3%42.35%-
XYZ7.5110.6115.84-
YUV73.38147.5378.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=1.87%
G=47.66%
B=50.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41021080.960.0600.58183.4692.8621.96
Hex4666C60603Ab75d16
Octal4146154140607226713526
Binary100110011011011001100000110011101010110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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