#475286

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

Shades of Tory Blue #475286

Tints of Tory Blue #475286

Color information

#475286 (or 0x475286) is unknown color: approx Tory Blue. HEX triplet: 47, 52 and 86. RGB value is (71,82,134). Sum of RGB (Red+Green+Blue) = 71+82+134=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #475286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475286 is #B8AD79. Grayscale: #545454. Windows color (decimal): -12103034 or 8802887. OLE color: 8802887.

HSL color Cylindrical-coordinate representation of color #475286: hue angle of 229.52º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475286 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7182134-
CMYK0.470.3900.47
HSL229.52º30.73%40.2%-
HSV(B)229.52º47.01%52.55%-
XYZ9.929.123.79-
YUV84.64155.86118.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=24.74%
G=28.57%
B=46.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71821340.470.3900.47229.5230.7340.2
Hex4752862F2702Fe61f28
Octal10712220657470573463750
Binary100011110100101000011010111110011101011111110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475286; }

 p { color: rgb(71,82,134); }

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

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

 a { background-color: rgb(71,82,134); }

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

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

 span { border-color: rgb(71,82,134); }

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