Shades of Victoria #4F487F
Tints of Victoria #4F487F
RGB
CMYK
RGB Variations
Color information
#4F487F (or 0x4F487F) is known color: Victoria. HEX triplet: 4F, 48 and 7F. RGB value is (79,72,127). Sum of RGB (Red+Green+Blue) = 79+72+127=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F487F is #B0B780. Grayscale: #505050. Windows color (decimal): -11581313 or 8341583. OLE color: 8341583.
HSL color Cylindrical-coordinate representation of color #4F487F: hue angle of 247.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F487F is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 72 | 127 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.50 |
| HSL | 247.64º | 0.28% | 0.39% | - |
| HSV(B) | 247.64º | 0.43% | 0.5% | - |
| XYZ | 9.37 | 7.83 | 21.1 | - |
| YUV | 80.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 127 | 0.38 | 0.43 | 0 | 0.50 | 247.64 | 0.28 | 0.39 |
| Hex | 4F | 48 | 7F | 26 | 2B | 0 | 32 | F8 | 1C | 27 |
| Octal | 117 | 110 | 177 | 46 | 53 | 0 | 62 | 370 | 34 | 47 |
| Binary | 1001111 | 1001000 | 1111111 | 100110 | 101011 | 0 | 110010 | 11111000 | 11100 | 100111 |
Color Harmonies of #4F487F
Complementary color
Monochromatic Colors of #4F487F
Black with #4F487F
Text Example
Text Example
White with #4F487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F487F; }
p { color: rgb(79,72,127); }
H1.HeaderClassName
{
color: #4F487F;
}
.AnyTagClassName
{
color: #4F487F;
}
</style>
background-color css
<style>
a { background-color: #4F487F; }
a { background-color: rgb(79,72,127); }
div.DivClassName
{
background-color: #4F487F;
}
.BgClassName
{
background-color: #4F487F;
}
</style>
border-color css
<style>
span { border-color: #4F487F; }
span { border-color: rgb(79,72,127); }
td.TdClassName
{
border-color: #4F487F;
}
.TagClassName
{
border-color: #4F487F;
}
</style>