#164249

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

Shades of Tiber #164249

Tints of Tiber #164249

Color information

#164249 (or 0x164249) is unknown color: approx Tiber. HEX triplet: 16, 42 and 49. RGB value is (22,66,73). Sum of RGB (Red+Green+Blue) = 22+66+73=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #164249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164249 is #E9BDB6. Grayscale: #353535. Windows color (decimal): -15318455 or 4801046. OLE color: 4801046.

HSL color Cylindrical-coordinate representation of color #164249: hue angle of 188.24º 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 #164249 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB226673-
CMYK0.700.1000.71
HSL188.24º53.68%18.63%-
HSV(B)188.24º69.86%28.63%-
XYZ3.484.557-
YUV53.64138.92105.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=13.66%
G=40.99%
B=45.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2266730.700.1000.71188.2453.6818.63
Hex16424946A047bc3613
Octal261021111061201072746623
Binary101101000010100100110001101010010001111011110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164249; }

 p { color: rgb(22,66,73); }

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

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

 a { background-color: rgb(22,66,73); }

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

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

 span { border-color: rgb(22,66,73); }

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