#15474F

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

Shades of Tiber #15474F

Tints of Tiber #15474F

Color information

#15474F (or 0x15474F) is unknown color: approx Tiber. HEX triplet: 15, 47 and 4F. RGB value is (21,71,79). Sum of RGB (Red+Green+Blue) = 21+71+79=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #15474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15474F is #EAB8B0. Grayscale: #383838. Windows color (decimal): -15382705 or 5195541. OLE color: 5195541.

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

Color convert

RGB217179-
CMYK0.730.1000.69
HSL188.28º58%19.61%-
HSV(B)188.28º73.42%30.98%-
XYZ3.975.238.2-
YUV56.96140.44102.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=12.28%
G=41.52%
B=46.20%

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
Decimal2171790.730.1000.69188.285819.61
Hex15474F49A045bc3a14
Octal251071171111201052747224
Binary101011000111100111110010011010010001011011110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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