#04646F

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

Shades of Blue Lagoon #04646F

Tints of Blue Lagoon #04646F

Color information

#04646F (or 0x04646F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 64 and 6F. RGB value is (4,100,111). Sum of RGB (Red+Green+Blue) = 4+100+111=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #04646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04646F is #FB9B90. Grayscale: #484848. Windows color (decimal): -16489361 or 7300100. OLE color: 7300100.

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

Color convert

RGB4100111-
CMYK0.960.1000.56
HSL186.17º93.04%22.55%-
HSV(B)186.17º96.4%43.53%-
XYZ7.4810.2916.63-
YUV72.55149.779.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=1.86%
G=46.51%
B=51.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41001110.960.1000.56186.1793.0422.55
Hex4646F60A038ba5d17
Octal41441571401207027213527
Binary1001100100110111111000001010011100010111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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