Shades of Tory Blue #475384
Tints of Tory Blue #475384
RGB
CMYK
RGB Variations
Color information
#475384 (or 0x475384) is known color: Tory Blue. HEX triplet: 47, 53 and 84. RGB value is (71,83,132). Sum of RGB (Red+Green+Blue) = 71+83+132=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #475384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475384 is #B8AC7B. Grayscale: #545454. Windows color (decimal): -12102780 or 8672071. OLE color: 8672071.
HSL color Cylindrical-coordinate representation of color #475384: hue angle of 228.2º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475384 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 83 | 132 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.48 |
| HSL | 228.2º | 0.3% | 0.4% | - |
| HSV(B) | 228.2º | 0.46% | 0.52% | - |
| XYZ | 9.86 | 9.19 | 23.08 | - |
| YUV | 85 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 132 | 0.46 | 0.37 | 0 | 0.48 | 228.2 | 0.3 | 0.4 |
| Hex | 47 | 53 | 84 | 2E | 25 | 0 | 30 | E4 | 1E | 28 |
| Octal | 107 | 123 | 204 | 56 | 45 | 0 | 60 | 344 | 36 | 50 |
| Binary | 1000111 | 1010011 | 10000100 | 101110 | 100101 | 0 | 110000 | 11100100 | 11110 | 101000 |
Color Harmonies of #475384
Complementary color
Monochromatic Colors of #475384
Black with #475384
Text Example
Text Example
White with #475384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475384; }
p { color: rgb(71,83,132); }
H1.HeaderClassName
{
color: #475384;
}
.AnyTagClassName
{
color: #475384;
}
</style>
background-color css
<style>
a { background-color: #475384; }
a { background-color: rgb(71,83,132); }
div.DivClassName
{
background-color: #475384;
}
.BgClassName
{
background-color: #475384;
}
</style>
border-color css
<style>
span { border-color: #475384; }
span { border-color: rgb(71,83,132); }
td.TdClassName
{
border-color: #475384;
}
.TagClassName
{
border-color: #475384;
}
</style>