#16464E

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

Shades of Tiber #16464E

Tints of Tiber #16464E

Color information

#16464E (or 0x16464E) is unknown color: approx Tiber. HEX triplet: 16, 46 and 4E. RGB value is (22,70,78). Sum of RGB (Red+Green+Blue) = 22+70+78=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #16464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16464E is #E9B9B1. Grayscale: #383838. Windows color (decimal): -15317426 or 5129750. OLE color: 5129750.

HSL color Cylindrical-coordinate representation of color #16464E: hue angle of 188.57º 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 #16464E is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB227078-
CMYK0.720.1000.69
HSL188.57º56%19.61%-
HSV(B)188.57º71.79%30.59%-
XYZ3.95.17.99-
YUV56.56140.1103.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=12.94%
G=41.18%
B=45.88%

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
Decimal2270780.720.1000.69188.575619.61
Hex16464E48A045bd3814
Octal261061161101201052757024
Binary101101000110100111010010001010010001011011110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16464E; }

 p { color: rgb(22,70,78); }

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

<style>
 a { background-color: #16464E; }

 a { background-color: rgb(22,70,78); }

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

<style>
 span { border-color: #16464E; }

 span { border-color: rgb(22,70,78); }

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