#04646B

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

Shades of Blue Lagoon #04646B

Tints of Blue Lagoon #04646B

Color information

#04646B (or 0x04646B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 64 and 6B. RGB value is (4,100,107). Sum of RGB (Red+Green+Blue) = 4+100+107=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #04646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04646B is #FB9B94. Grayscale: #474747. Windows color (decimal): -16489365 or 7037956. OLE color: 7037956.

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

Color convert

RGB4100107-
CMYK0.960.0700.58
HSL184.08º92.79%21.76%-
HSV(B)184.08º96.26%41.96%-
XYZ7.2610.215.5-
YUV72.09147.779.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=1.90%
G=47.39%
B=50.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41001070.960.0700.58184.0892.7921.76
Hex4646B60703Ab85d16
Octal4144153140707227013526
Binary100110010011010111100000111011101010111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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