#15464D

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

Shades of Tiber #15464D

Tints of Tiber #15464D

Color information

#15464D (or 0x15464D) is unknown color: approx Tiber. HEX triplet: 15, 46 and 4D. RGB value is (21,70,77). Sum of RGB (Red+Green+Blue) = 21+70+77=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #15464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15464D is #EAB9B2. Grayscale: #383838. Windows color (decimal): -15382963 or 5064213. OLE color: 5064213.

HSL color Cylindrical-coordinate representation of color #15464D: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15464D is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB217077-
CMYK0.730.0900.70
HSL187.5º57.14%19.22%-
HSV(B)187.5º72.73%30.2%-
XYZ3.845.087.8-
YUV56.15139.77102.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=12.5%
G=41.67%
B=45.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2170770.730.0900.70187.557.1419.22
Hex15464D499046bc3913
Octal251061151111101062747123
Binary101011000110100110110010011001010001101011110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15464D; }

 p { color: rgb(21,70,77); }

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

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

 a { background-color: rgb(21,70,77); }

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

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

 span { border-color: rgb(21,70,77); }

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