#046D80

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

Shades of Blue Lagoon #046D80

Tints of Blue Lagoon #046D80

Color information

#046D80 (or 0x046D80) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6D and 80. RGB value is (4,109,128). Sum of RGB (Red+Green+Blue) = 4+109+128=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #046D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046D80 is #FB927F. Grayscale: #4F4F4F. Windows color (decimal): -16487040 or 8416516. OLE color: 8416516.

HSL color Cylindrical-coordinate representation of color #046D80: hue angle of 189.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D80 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4109128-
CMYK0.970.1500.50
HSL189.19º93.94%25.88%-
HSV(B)189.19º96.88%50.2%-
XYZ9.4112.5222.34-
YUV79.77155.2173.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=1.66%
G=45.23%
B=53.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41091280.970.1500.50189.1993.9425.88
Hex46D8061F032bd5e1a
Octal41552001411706227513632
Binary10011011011000000011000011111011001010111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046D80; }

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

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

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

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

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

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

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

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