#04696E

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

Shades of Blue Lagoon #04696E

Tints of Blue Lagoon #04696E

Color information

#04696E (or 0x04696E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 6E. RGB value is (4,105,110). Sum of RGB (Red+Green+Blue) = 4+105+110=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #04696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04696E is #FB9691. Grayscale: #4B4B4B. Windows color (decimal): -16488082 or 7235844. OLE color: 7235844.

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

Color convert

RGB4105110-
CMYK0.960.0500.57
HSL182.83º92.98%22.35%-
HSV(B)182.83º96.36%43.14%-
XYZ7.9211.2516.51-
YUV75.37147.5477.09-

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) = 47.95%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=1.83%
G=47.95%
B=50.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41051100.960.0500.57182.8392.9822.35
Hex4696E605039b75d16
Octal4151156140507126713526
Binary100110100111011101100000101011100110110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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