#04696D

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

Shades of Blue Lagoon #04696D

Tints of Blue Lagoon #04696D

Color information

#04696D (or 0x04696D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 6D. RGB value is (4,105,109). Sum of RGB (Red+Green+Blue) = 4+105+109=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #04696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04696D is #FB9692. Grayscale: #4B4B4B. Windows color (decimal): -16488083 or 7170308. OLE color: 7170308.

HSL color Cylindrical-coordinate representation of color #04696D: hue angle of 182.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04696D is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4105109-
CMYK0.960.0400.57
HSL182.29º92.92%22.16%-
HSV(B)182.29º96.33%42.75%-
XYZ7.8611.2316.22-
YUV75.26147.0477.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 109 (42.97% from 255) = 50%
R=1.83%
G=48.17%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41051090.960.0400.57182.2992.9222.16
Hex4696D604039b65d16
Octal4151155140407126613526
Binary100110100111011011100000100011100110110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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