#15464E

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

Shades of Tiber #15464E

Tints of Tiber #15464E

Color information

#15464E (or 0x15464E) is unknown color: approx Tiber. HEX triplet: 15, 46 and 4E. RGB value is (21,70,78). Sum of RGB (Red+Green+Blue) = 21+70+78=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #15464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15464E is #EAB9B1. Grayscale: #383838. Windows color (decimal): -15382962 or 5129749. OLE color: 5129749.

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

Color convert

RGB217078-
CMYK0.730.1000.69
HSL188.42º57.58%19.41%-
HSV(B)188.42º73.08%30.59%-
XYZ3.875.097.99-
YUV56.26140.27102.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=12.43%
G=41.42%
B=46.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2170780.730.1000.69188.4257.5819.41
Hex15464E49A045bc3a13
Octal251061161111201052747223
Binary101011000110100111010010011010010001011011110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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