#046E80

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

Shades of Blue Lagoon #046E80

Tints of Blue Lagoon #046E80

Color information

#046E80 (or 0x046E80) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6E and 80. RGB value is (4,110,128). Sum of RGB (Red+Green+Blue) = 4+110+128=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #046E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046E80 is #FB917F. Grayscale: #505050. Windows color (decimal): -16486784 or 8416772. OLE color: 8416772.

HSL color Cylindrical-coordinate representation of color #046E80: hue angle of 188.71º 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 #046E80 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4110128-
CMYK0.970.1400.50
HSL188.71º93.94%25.88%-
HSV(B)188.71º96.88%50.2%-
XYZ9.5212.7422.38-
YUV80.36154.8873.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 110 (43.36% from 255) = 45.45%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=1.65%
G=45.45%
B=52.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41101280.970.1400.50188.7193.9425.88
Hex46E8061E032bd5e1a
Octal41562001411606227513632
Binary10011011101000000011000011110011001010111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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