#20474C

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

Shades of Tiber #20474C

Tints of Tiber #20474C

Color information

#20474C (or 0x20474C) is unknown color: approx Tiber. HEX triplet: 20, 47 and 4C. RGB value is (32,71,76). Sum of RGB (Red+Green+Blue) = 32+71+76=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #20474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20474C is #DFB8B3. Grayscale: #3B3B3B. Windows color (decimal): -14661812 or 4998944. OLE color: 4998944.

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

Color convert

RGB327176-
CMYK0.580.0700.70
HSL186.82º40.74%21.18%-
HSV(B)186.82º57.89%29.8%-
XYZ4.155.347.65-
YUV59.91137.08108.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=17.88%
G=39.66%
B=42.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3271760.580.0700.70186.8240.7421.18
Hex20474C3A7046bb2915
Octal4010711472701062735125
Binary10000010001111001100111010111010001101011101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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