#04626C

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

Shades of Blue Lagoon #04626C

Tints of Blue Lagoon #04626C

Color information

#04626C (or 0x04626C) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 6C. RGB value is (4,98,108). Sum of RGB (Red+Green+Blue) = 4+98+108=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #04626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04626C is #FB9D93. Grayscale: #464646. Windows color (decimal): -16489876 or 7102980. OLE color: 7102980.

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

Color convert

RGB498108-
CMYK0.960.0900.58
HSL185.77º92.86%21.96%-
HSV(B)185.77º96.3%42.35%-
XYZ7.129.8415.71-
YUV71.03148.8680.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=1.90%
G=46.67%
B=51.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4981080.960.0900.58185.7792.8621.96
Hex4626C60903Aba5d16
Octal41421541401107227213526
Binary1001100010110110011000001001011101010111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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