Shades of Tory Blue #485388
Tints of Tory Blue #485388
RGB
CMYK
RGB Variations
Color information
#485388 (or 0x485388) is known color: Tory Blue. HEX triplet: 48, 53 and 88. RGB value is (72,83,136). Sum of RGB (Red+Green+Blue) = 72+83+136=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #485388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485388 is #B7AC77. Grayscale: #555555. Windows color (decimal): -12037240 or 8934216. OLE color: 8934216.
HSL color Cylindrical-coordinate representation of color #485388: hue angle of 229.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485388 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 83 | 136 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.47 |
| HSL | 229.69º | 0.31% | 0.41% | - |
| HSV(B) | 229.69º | 0.47% | 0.53% | - |
| XYZ | 10.21 | 9.34 | 24.56 | - |
| YUV | 85.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 136 | 0.47 | 0.39 | 0 | 0.47 | 229.69 | 0.31 | 0.41 |
| Hex | 48 | 53 | 88 | 2F | 27 | 0 | 2F | E6 | 1F | 29 |
| Octal | 110 | 123 | 210 | 57 | 47 | 0 | 57 | 346 | 37 | 51 |
| Binary | 1001000 | 1010011 | 10001000 | 101111 | 100111 | 0 | 101111 | 11100110 | 11111 | 101001 |
Color Harmonies of #485388
Complementary color
Monochromatic Colors of #485388
Black with #485388
Text Example
Text Example
White with #485388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485388; }
p { color: rgb(72,83,136); }
H1.HeaderClassName
{
color: #485388;
}
.AnyTagClassName
{
color: #485388;
}
</style>
background-color css
<style>
a { background-color: #485388; }
a { background-color: rgb(72,83,136); }
div.DivClassName
{
background-color: #485388;
}
.BgClassName
{
background-color: #485388;
}
</style>
border-color css
<style>
span { border-color: #485388; }
span { border-color: rgb(72,83,136); }
td.TdClassName
{
border-color: #485388;
}
.TagClassName
{
border-color: #485388;
}
</style>