#20474F

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

Shades of Teal Blue #20474F

Tints of Teal Blue #20474F

Color information

#20474F (or 0x20474F) is unknown color: approx Teal Blue. HEX triplet: 20, 47 and 4F. RGB value is (32,71,79). Sum of RGB (Red+Green+Blue) = 32+71+79=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #20474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20474F is #DFB8B0. Grayscale: #3C3C3C. Windows color (decimal): -14661809 or 5195552. OLE color: 5195552.

HSL color Cylindrical-coordinate representation of color #20474F: hue angle of 190.21º 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 #20474F is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327179-
CMYK0.590.1000.69
HSL190.21º42.34%21.76%-
HSV(B)190.21º59.49%30.98%-
XYZ4.265.388.21-
YUV60.25138.58107.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=17.58%
G=39.01%
B=43.41%

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
Decimal3271790.590.1000.69190.2142.3421.76
Hex20474F3BA045be2a16
Octal40107117731201052765226
Binary100000100011110011111110111010010001011011111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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