Shades of Victoria #4F457D
Tints of Victoria #4F457D
RGB
CMYK
RGB Variations
Color information
#4F457D (or 0x4F457D) is known color: Victoria. HEX triplet: 4F, 45 and 7D. RGB value is (79,69,125). Sum of RGB (Red+Green+Blue) = 79+69+125=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F457D is #B0BA82. Grayscale: #4E4E4E. Windows color (decimal): -11582083 or 8209743. OLE color: 8209743.
HSL color Cylindrical-coordinate representation of color #4F457D: hue angle of 250.71º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F457D is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 69 | 125 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.51 |
| HSL | 250.71º | 0.29% | 0.38% | - |
| HSV(B) | 250.71º | 0.45% | 0.49% | - |
| XYZ | 9.05 | 7.4 | 20.35 | - |
| YUV | 78.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 125 | 0.37 | 0.45 | 0 | 0.51 | 250.71 | 0.29 | 0.38 |
| Hex | 4F | 45 | 7D | 25 | 2D | 0 | 33 | FB | 1D | 26 |
| Octal | 117 | 105 | 175 | 45 | 55 | 0 | 63 | 373 | 35 | 46 |
| Binary | 1001111 | 1000101 | 1111101 | 100101 | 101101 | 0 | 110011 | 11111011 | 11101 | 100110 |
Color Harmonies of #4F457D
Complementary color
Monochromatic Colors of #4F457D
Black with #4F457D
Text Example
Text Example
White with #4F457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F457D; }
p { color: rgb(79,69,125); }
H1.HeaderClassName
{
color: #4F457D;
}
.AnyTagClassName
{
color: #4F457D;
}
</style>
background-color css
<style>
a { background-color: #4F457D; }
a { background-color: rgb(79,69,125); }
div.DivClassName
{
background-color: #4F457D;
}
.BgClassName
{
background-color: #4F457D;
}
</style>
border-color css
<style>
span { border-color: #4F457D; }
span { border-color: rgb(79,69,125); }
td.TdClassName
{
border-color: #4F457D;
}
.TagClassName
{
border-color: #4F457D;
}
</style>