#04696A

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

Shades of Blue Lagoon #04696A

Tints of Blue Lagoon #04696A

Color information

#04696A (or 0x04696A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 6A. RGB value is (4,105,106). Sum of RGB (Red+Green+Blue) = 4+105+106=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #04696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04696A is #FB9695. Grayscale: #4A4A4A. Windows color (decimal): -16488086 or 6973700. OLE color: 6973700.

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

Color convert

RGB4105106-
CMYK0.960.0100.58
HSL180.59º92.73%21.57%-
HSV(B)180.59º96.23%41.57%-
XYZ7.711.1715.39-
YUV74.91145.5477.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=1.86%
G=48.84%
B=49.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41051060.960.0100.58180.5992.7321.57
Hex4696A60103Ab55d16
Octal4151152140107226513526
Binary1001101001110101011000001011101010110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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