#15464F

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

Shades of Tiber #15464F

Tints of Tiber #15464F

Color information

#15464F (or 0x15464F) is unknown color: approx Tiber. HEX triplet: 15, 46 and 4F. RGB value is (21,70,79). Sum of RGB (Red+Green+Blue) = 21+70+79=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #15464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15464F is #EAB9B0. Grayscale: #383838. Windows color (decimal): -15382961 or 5195285. OLE color: 5195285.

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

Color convert

RGB217079-
CMYK0.730.1100.69
HSL189.31º58%19.61%-
HSV(B)189.31º73.42%30.98%-
XYZ3.915.18.18-
YUV56.38140.77102.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=12.35%
G=41.18%
B=46.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2170790.730.1100.69189.315819.61
Hex15464F49B045bd3a14
Octal251061171111301052757224
Binary101011000110100111110010011011010001011011110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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