#046D87

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

Shades of Teal #046D87

Tints of Teal #046D87

Color information

#046D87 (or 0x046D87) is unknown color: approx Teal. HEX triplet: 04, 6D and 87. RGB value is (4,109,135). Sum of RGB (Red+Green+Blue) = 4+109+135=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #046D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046D87 is #FB9278. Grayscale: #505050. Windows color (decimal): -16487033 or 8875268. OLE color: 8875268.

HSL color Cylindrical-coordinate representation of color #046D87: hue angle of 191.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D87 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4109135-
CMYK0.970.1900.47
HSL191.91º94.24%27.25%-
HSV(B)191.91º97.04%52.94%-
XYZ9.8912.7124.85-
YUV80.57158.7173.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=1.61%
G=43.95%
B=54.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41091350.970.1900.47191.9194.2427.25
Hex46D87611302Fc05e1b
Octal41552071412305730013633
Binary100110110110000111110000110011010111111000000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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