#20494D

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

Shades of Tiber #20494D

Tints of Tiber #20494D

Color information

#20494D (or 0x20494D) is unknown color: approx Tiber. HEX triplet: 20, 49 and 4D. RGB value is (32,73,77). Sum of RGB (Red+Green+Blue) = 32+73+77=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #20494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20494D is #DFB6B2. Grayscale: #3D3D3D. Windows color (decimal): -14661299 or 5064992. OLE color: 5064992.

HSL color Cylindrical-coordinate representation of color #20494D: hue angle of 185.33º 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 #20494D is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB327377-
CMYK0.580.0500.70
HSL185.33º41.28%21.37%-
HSV(B)185.33º58.44%30.2%-
XYZ4.325.617.88-
YUV61.2136.92107.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=17.58%
G=40.11%
B=42.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3273770.580.0500.70185.3341.2821.37
Hex20494D3A5046b92915
Octal4011111572501062715125
Binary10000010010011001101111010101010001101011100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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