#475185

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

Shades of Tory Blue #475185

Tints of Tory Blue #475185

Color information

#475185 (or 0x475185) is unknown color: approx Tory Blue. HEX triplet: 47, 51 and 85. RGB value is (71,81,133). Sum of RGB (Red+Green+Blue) = 71+81+133=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #475185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475185 is #B8AE7A. Grayscale: #535353. Windows color (decimal): -12103291 or 8737095. OLE color: 8737095.

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

Color convert

RGB7181133-
CMYK0.470.3900.48
HSL230.32º30.39%40%-
HSV(B)230.32º46.62%52.16%-
XYZ9.778.9223.4-
YUV83.94155.69118.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=24.91%
G=28.42%
B=46.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71811330.470.3900.48230.3230.3940
Hex4751852F27030e61e28
Octal10712120557470603463650
Binary100011110100011000010110111110011101100001110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475185; }

 p { color: rgb(71,81,133); }

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

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

 a { background-color: rgb(71,81,133); }

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

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

 span { border-color: rgb(71,81,133); }

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