#046076

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

Shades of Blue Lagoon #046076

Tints of Blue Lagoon #046076

Color information

#046076 (or 0x046076) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 76. RGB value is (4,96,118). Sum of RGB (Red+Green+Blue) = 4+96+118=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #046076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046076 is #FB9F89. Grayscale: #464646. Windows color (decimal): -16490378 or 7757828. OLE color: 7757828.

HSL color Cylindrical-coordinate representation of color #046076: hue angle of 191.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046076 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB496118-
CMYK0.970.1900.54
HSL191.58º93.44%23.92%-
HSV(B)191.58º96.61%46.27%-
XYZ7.59.718.62-
YUV71154.5280.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=1.83%
G=44.04%
B=54.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4961180.970.1900.54191.5893.4423.92
Hex460766113036c05d18
Octal41401661412306630013530
Binary10011000001110110110000110011011011011000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046076; }

 p { color: rgb(4,96,118); }

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

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

 a { background-color: rgb(4,96,118); }

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

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

 span { border-color: rgb(4,96,118); }

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