#20474D

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

Shades of Teal Blue #20474D

Tints of Teal Blue #20474D

Color information

#20474D (or 0x20474D) is unknown color: approx Teal Blue. HEX triplet: 20, 47 and 4D. RGB value is (32,71,77). Sum of RGB (Red+Green+Blue) = 32+71+77=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #20474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20474D is #DFB8B2. Grayscale: #3B3B3B. Windows color (decimal): -14661811 or 5064480. OLE color: 5064480.

HSL color Cylindrical-coordinate representation of color #20474D: hue angle of 188º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20474D is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB327177-
CMYK0.580.0800.70
HSL188º41.28%21.37%-
HSV(B)188º58.44%30.2%-
XYZ4.195.357.83-
YUV60.02137.58108.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=17.78%
G=39.44%
B=42.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3271770.580.0800.7018841.2821.37
Hex20474D3A8046bc2915
Octal40107115721001062745125
Binary100000100011110011011110101000010001101011110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20474D; }

 p { color: rgb(32,71,77); }

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

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

 a { background-color: rgb(32,71,77); }

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

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

 span { border-color: rgb(32,71,77); }

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