#04686A

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

Shades of Blue Lagoon #04686A

Tints of Blue Lagoon #04686A

Color information

#04686A (or 0x04686A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 68 and 6A. RGB value is (4,104,106). Sum of RGB (Red+Green+Blue) = 4+104+106=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #04686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04686A is #FB9795. Grayscale: #4A4A4A. Windows color (decimal): -16488342 or 6973444. OLE color: 6973444.

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

Color convert

RGB4104106-
CMYK0.960.0200.58
HSL181.18º92.73%21.57%-
HSV(B)181.18º96.23%41.57%-
XYZ7.610.9715.35-
YUV74.33145.8777.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=1.87%
G=48.60%
B=49.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41041060.960.0200.58181.1892.7321.57
Hex4686A60203Ab55d16
Octal4150152140207226513526
Binary10011010001101010110000010011101010110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04686A; }

 p { color: rgb(4,104,106); }

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

<style>
 a { background-color: #04686A; }

 a { background-color: rgb(4,104,106); }

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

<style>
 span { border-color: #04686A; }

 span { border-color: rgb(4,104,106); }

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