#16474F

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

Shades of Tiber #16474F

Tints of Tiber #16474F

Color information

#16474F (or 0x16474F) is unknown color: approx Tiber. HEX triplet: 16, 47 and 4F. RGB value is (22,71,79). Sum of RGB (Red+Green+Blue) = 22+71+79=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #16474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16474F is #E9B8B0. Grayscale: #393939. Windows color (decimal): -15317169 or 5195542. OLE color: 5195542.

HSL color Cylindrical-coordinate representation of color #16474F: hue angle of 188.42º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16474F is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB227179-
CMYK0.720.1000.69
HSL188.42º56.44%19.8%-
HSV(B)188.42º72.15%30.98%-
XYZ45.248.2-
YUV57.26140.27102.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=12.79%
G=41.28%
B=45.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2271790.720.1000.69188.4256.4419.8
Hex16474F48A045bc3814
Octal261071171101201052747024
Binary101101000111100111110010001010010001011011110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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