Shades of Victoria #4F487D
Tints of Victoria #4F487D
RGB
CMYK
RGB Variations
Color information
#4F487D (or 0x4F487D) is known color: Victoria. HEX triplet: 4F, 48 and 7D. RGB value is (79,72,125). Sum of RGB (Red+Green+Blue) = 79+72+125=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F487D is #B0B782. Grayscale: #4F4F4F. Windows color (decimal): -11581315 or 8210511. OLE color: 8210511.
HSL color Cylindrical-coordinate representation of color #4F487D: hue angle of 247.92º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F487D is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 72 | 125 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.51 |
| HSL | 247.92º | 0.27% | 0.39% | - |
| HSV(B) | 247.92º | 0.42% | 0.49% | - |
| XYZ | 9.24 | 7.78 | 20.42 | - |
| YUV | 80.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 125 | 0.37 | 0.42 | 0 | 0.51 | 247.92 | 0.27 | 0.39 |
| Hex | 4F | 48 | 7D | 25 | 2A | 0 | 33 | F8 | 1B | 27 |
| Octal | 117 | 110 | 175 | 45 | 52 | 0 | 63 | 370 | 33 | 47 |
| Binary | 1001111 | 1001000 | 1111101 | 100101 | 101010 | 0 | 110011 | 11111000 | 11011 | 100111 |
Color Harmonies of #4F487D
Complementary color
Monochromatic Colors of #4F487D
Black with #4F487D
Text Example
Text Example
White with #4F487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F487D; }
p { color: rgb(79,72,125); }
H1.HeaderClassName
{
color: #4F487D;
}
.AnyTagClassName
{
color: #4F487D;
}
</style>
background-color css
<style>
a { background-color: #4F487D; }
a { background-color: rgb(79,72,125); }
div.DivClassName
{
background-color: #4F487D;
}
.BgClassName
{
background-color: #4F487D;
}
</style>
border-color css
<style>
span { border-color: #4F487D; }
span { border-color: rgb(79,72,125); }
td.TdClassName
{
border-color: #4F487D;
}
.TagClassName
{
border-color: #4F487D;
}
</style>