#04626F

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

Shades of Blue Lagoon #04626F

Tints of Blue Lagoon #04626F

Color information

#04626F (or 0x04626F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 6F. RGB value is (4,98,111). Sum of RGB (Red+Green+Blue) = 4+98+111=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #04626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04626F is #FB9D90. Grayscale: #474747. Windows color (decimal): -16489873 or 7299588. OLE color: 7299588.

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

Color convert

RGB498111-
CMYK0.960.1200.56
HSL187.29º93.04%22.55%-
HSV(B)187.29º96.4%43.53%-
XYZ7.299.9116.57-
YUV71.38150.3679.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 111 (43.75% from 255) = 52.11%
R=1.88%
G=46.01%
B=52.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4981110.960.1200.56187.2993.0422.55
Hex4626F60C038bb5d17
Octal41421571401407027313527
Binary1001100010110111111000001100011100010111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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