#04696F

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

Shades of Blue Lagoon #04696F

Tints of Blue Lagoon #04696F

Color information

#04696F (or 0x04696F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 6F. RGB value is (4,105,111). Sum of RGB (Red+Green+Blue) = 4+105+111=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #04696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04696F is #FB9690. Grayscale: #4B4B4B. Windows color (decimal): -16488081 or 7301380. OLE color: 7301380.

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

Color convert

RGB4105111-
CMYK0.960.0500.56
HSL183.36º93.04%22.55%-
HSV(B)183.36º96.4%43.53%-
XYZ7.9711.2816.8-
YUV75.48148.0477.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.82%
GREEN value IS 105 (41.41% from 255) = 47.73%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=1.82%
G=47.73%
B=50.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41051110.960.0500.56183.3693.0422.55
Hex4696F605038b75d17
Octal4151157140507026713527
Binary100110100111011111100000101011100010110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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