#04626E

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

Shades of Blue Lagoon #04626E

Tints of Blue Lagoon #04626E

Color information

#04626E (or 0x04626E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 6E. RGB value is (4,98,110). Sum of RGB (Red+Green+Blue) = 4+98+110=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #04626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04626E is #FB9D91. Grayscale: #474747. Windows color (decimal): -16489874 or 7234052. OLE color: 7234052.

HSL color Cylindrical-coordinate representation of color #04626E: hue angle of 186.79º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04626E is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB498110-
CMYK0.960.1100.57
HSL186.79º92.98%22.35%-
HSV(B)186.79º96.36%43.14%-
XYZ7.239.8916.28-
YUV71.26149.8680.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=1.89%
G=46.23%
B=51.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4981100.960.1100.57186.7992.9822.35
Hex4626E60B039bb5d16
Octal41421561401307127313526
Binary1001100010110111011000001011011100110111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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