#47568D

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

Shades of Tory Blue #47568D

Tints of Tory Blue #47568D

Color information

#47568D (or 0x47568D) is unknown color: approx Tory Blue. HEX triplet: 47, 56 and 8D. RGB value is (71,86,141). Sum of RGB (Red+Green+Blue) = 71+86+141=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #47568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47568D is #B8A972. Grayscale: #575757. Windows color (decimal): -12102003 or 9262663. OLE color: 9262663.

HSL color Cylindrical-coordinate representation of color #47568D: hue angle of 227.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47568D is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7186141-
CMYK0.500.3900.45
HSL227.14º33.02%41.57%-
HSV(B)227.14º49.65%55.29%-
XYZ10.739.9226.55-
YUV87.78158.03116.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=23.83%
G=28.86%
B=47.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71861410.500.3900.45227.1433.0241.57
Hex47568D322702De3212a
Octal10712621562470553434152
Binary1000111101011010001101110010100111010110111100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,86,141); }

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

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

 a { background-color: rgb(71,86,141); }

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

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

 span { border-color: rgb(71,86,141); }

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