#04626B

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

Shades of Blue Lagoon #04626B

Tints of Blue Lagoon #04626B

Color information

#04626B (or 0x04626B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 6B. RGB value is (4,98,107). Sum of RGB (Red+Green+Blue) = 4+98+107=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #04626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04626B is #FB9D94. Grayscale: #464646. Windows color (decimal): -16489877 or 7037444. OLE color: 7037444.

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

Color convert

RGB498107-
CMYK0.960.0800.58
HSL185.24º92.79%21.76%-
HSV(B)185.24º96.26%41.96%-
XYZ7.079.8215.43-
YUV70.92148.3680.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=1.91%
G=46.89%
B=51.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4981070.960.0800.58185.2492.7921.76
Hex4626B60803Ab95d16
Octal41421531401007227113526
Binary1001100010110101111000001000011101010111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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