Shades of Victoria #4F488B
Tints of Victoria #4F488B
RGB
CMYK
RGB Variations
Color information
#4F488B (or 0x4F488B) is known color: Victoria. HEX triplet: 4F, 48 and 8B. RGB value is (79,72,139). Sum of RGB (Red+Green+Blue) = 79+72+139=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F488B is #B0B774. Grayscale: #515151. Windows color (decimal): -11581301 or 9128015. OLE color: 9128015.
HSL color Cylindrical-coordinate representation of color #4F488B: hue angle of 246.27º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F488B is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 72 | 139 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.45 |
| HSL | 246.27º | 0.32% | 0.41% | - |
| HSV(B) | 246.27º | 0.48% | 0.55% | - |
| XYZ | 10.2 | 8.16 | 25.46 | - |
| YUV | 81.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 139 | 0.43 | 0.48 | 0 | 0.45 | 246.27 | 0.32 | 0.41 |
| Hex | 4F | 48 | 8B | 2B | 30 | 0 | 2D | F6 | 20 | 29 |
| Octal | 117 | 110 | 213 | 53 | 60 | 0 | 55 | 366 | 40 | 51 |
| Binary | 1001111 | 1001000 | 10001011 | 101011 | 110000 | 0 | 101101 | 11110110 | 100000 | 101001 |
Color Harmonies of #4F488B
Complementary color
Monochromatic Colors of #4F488B
Black with #4F488B
Text Example
Text Example
White with #4F488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F488B; }
p { color: rgb(79,72,139); }
H1.HeaderClassName
{
color: #4F488B;
}
.AnyTagClassName
{
color: #4F488B;
}
</style>
background-color css
<style>
a { background-color: #4F488B; }
a { background-color: rgb(79,72,139); }
div.DivClassName
{
background-color: #4F488B;
}
.BgClassName
{
background-color: #4F488B;
}
</style>
border-color css
<style>
span { border-color: #4F488B; }
span { border-color: rgb(79,72,139); }
td.TdClassName
{
border-color: #4F488B;
}
.TagClassName
{
border-color: #4F488B;
}
</style>