#04516F

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

Shades of Blue Lagoon #04516F

Tints of Blue Lagoon #04516F

Color information

#04516F (or 0x04516F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 51 and 6F. RGB value is (4,81,111). Sum of RGB (Red+Green+Blue) = 4+81+111=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #04516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04516F is #FBAE90. Grayscale: #3D3D3D. Windows color (decimal): -16494225 or 7295236. OLE color: 7295236.

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

Color convert

RGB481111-
CMYK0.960.2700.56
HSL196.82º93.04%22.55%-
HSV(B)196.82º96.4%43.53%-
XYZ5.867.0616.09-
YUV61.4155.9987.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=2.04%
G=41.33%
B=56.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4811110.960.2700.56196.8293.0422.55
Hex4516F601B038c55d17
Octal41211571403307030513527
Binary10010100011101111110000011011011100011000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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