#20464E

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

Shades of Teal Blue #20464E

Tints of Teal Blue #20464E

Color information

#20464E (or 0x20464E) is unknown color: approx Teal Blue. HEX triplet: 20, 46 and 4E. RGB value is (32,70,78). Sum of RGB (Red+Green+Blue) = 32+70+78=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #20464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20464E is #DFB9B1. Grayscale: #3B3B3B. Windows color (decimal): -14662066 or 5129760. OLE color: 5129760.

HSL color Cylindrical-coordinate representation of color #20464E: hue angle of 190.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20464E is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327078-
CMYK0.590.1000.69
HSL190.43º41.82%21.57%-
HSV(B)190.43º58.97%30.59%-
XYZ4.165.248-
YUV59.55138.41108.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=17.78%
G=38.89%
B=43.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3270780.590.1000.69190.4341.8221.57
Hex20464E3BA045be2a16
Octal40106116731201052765226
Binary100000100011010011101110111010010001011011111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20464E; }

 p { color: rgb(32,70,78); }

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

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

 a { background-color: rgb(32,70,78); }

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

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

 span { border-color: rgb(32,70,78); }

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