Html Css Color HEX #20474C Tiber

📋 copy color: '#20474C'

red 32 ◦ green 71 ◦ blue 76

#20474C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #20474C

Tints of Tiber #20474C

RGB

 RED value IS 32 (12.89% from 255) = 17.88%

 GREEN value IS 71 (28.13% 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 value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20474C (or 0x20474C) is known color: 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

RGB 32 71 76 -
CMYK 0.58 0.07 0 0.70
HSL 186.82º 0.41% 0.21% -
HSV(B) 186.82º 0.58% 0.3% -
XYZ 4.15 5.34 7.65 -
YUV 59.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 32 71 76 0.58 0.07 0 0.70 186.82 0.41 0.21
Hex 20 47 4C 3A 7 0 46 BB 29 15
Octal 40 107 114 72 7 0 106 273 51 25
Binary 100000 1000111 1001100 111010 111 0 1000110 10111011 101001 10101

Color Harmonies of #20474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20474C

Black with #20474C

Text Example


Text Example

White with #20474C

Text Example


Text Example

HTML Codes & Css Web 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>