#16474A

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

Shades of Tiber #16474A

Tints of Tiber #16474A

Color information

#16474A (or 0x16474A) is unknown color: approx Tiber. HEX triplet: 16, 47 and 4A. RGB value is (22,71,74). Sum of RGB (Red+Green+Blue) = 22+71+74=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #16474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16474A is #E9B8B5. Grayscale: #383838. Windows color (decimal): -15317174 or 4867862. OLE color: 4867862.

HSL color Cylindrical-coordinate representation of color #16474A: hue angle of 183.46º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16474A is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB227174-
CMYK0.700.0400.71
HSL183.46º54.17%18.82%-
HSV(B)183.46º70.27%29.02%-
XYZ3.825.177.28-
YUV56.69137.77103.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=13.17%
G=42.51%
B=44.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2271740.700.0400.71183.4654.1718.82
Hex16474A464047b73613
Octal26107112106401072676623
Binary10110100011110010101000110100010001111011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16474A; }

 p { color: rgb(22,71,74); }

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

<style>
 a { background-color: #16474A; }

 a { background-color: rgb(22,71,74); }

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

<style>
 span { border-color: #16474A; }

 span { border-color: rgb(22,71,74); }

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