Shades of Tory Blue #30479D
Tints of Tory Blue #30479D
RGB
CMYK
RGB Variations
Color information
#30479D (or 0x30479D) is known color: Tory Blue. HEX triplet: 30, 47 and 9D. RGB value is (48,71,157). Sum of RGB (Red+Green+Blue) = 48+71+157=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #30479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30479D is #CFB862. Grayscale: #494949. Windows color (decimal): -13613155 or 10307376. OLE color: 10307376.
HSL color Cylindrical-coordinate representation of color #30479D: hue angle of 227.34º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30479D is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 71 | 157 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.38 |
| HSL | 227.34º | 0.53% | 0.4% | - |
| HSV(B) | 227.34º | 0.69% | 0.62% | - |
| XYZ | 9.56 | 7.57 | 32.86 | - |
| YUV | 73.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 157 | 0.69 | 0.55 | 0 | 0.38 | 227.34 | 0.53 | 0.4 |
| Hex | 30 | 47 | 9D | 45 | 37 | 0 | 26 | E3 | 35 | 28 |
| Octal | 60 | 107 | 235 | 105 | 67 | 0 | 46 | 343 | 65 | 50 |
| Binary | 110000 | 1000111 | 10011101 | 1000101 | 110111 | 0 | 100110 | 11100011 | 110101 | 101000 |
Color Harmonies of #30479D
Complementary color
Monochromatic Colors of #30479D
Black with #30479D
Text Example
Text Example
White with #30479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30479D; }
p { color: rgb(48,71,157); }
H1.HeaderClassName
{
color: #30479D;
}
.AnyTagClassName
{
color: #30479D;
}
</style>
background-color css
<style>
a { background-color: #30479D; }
a { background-color: rgb(48,71,157); }
div.DivClassName
{
background-color: #30479D;
}
.BgClassName
{
background-color: #30479D;
}
</style>
border-color css
<style>
span { border-color: #30479D; }
span { border-color: rgb(48,71,157); }
td.TdClassName
{
border-color: #30479D;
}
.TagClassName
{
border-color: #30479D;
}
</style>