Shades of Victoria #4D437C
Tints of Victoria #4D437C
RGB
CMYK
RGB Variations
Color information
#4D437C (or 0x4D437C) is known color: Victoria. HEX triplet: 4D, 43 and 7C. RGB value is (77,67,124). Sum of RGB (Red+Green+Blue) = 77+67+124=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D437C is #B2BC83. Grayscale: #4C4C4C. Windows color (decimal): -11713668 or 8143693. OLE color: 8143693.
HSL color Cylindrical-coordinate representation of color #4D437C: hue angle of 250.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D437C is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 67 | 124 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.51 |
| HSL | 250.53º | 0.3% | 0.37% | - |
| HSV(B) | 250.53º | 0.46% | 0.49% | - |
| XYZ | 8.71 | 7.05 | 19.97 | - |
| YUV | 76.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 124 | 0.38 | 0.46 | 0 | 0.51 | 250.53 | 0.3 | 0.37 |
| Hex | 4D | 43 | 7C | 26 | 2E | 0 | 33 | FB | 1E | 25 |
| Octal | 115 | 103 | 174 | 46 | 56 | 0 | 63 | 373 | 36 | 45 |
| Binary | 1001101 | 1000011 | 1111100 | 100110 | 101110 | 0 | 110011 | 11111011 | 11110 | 100101 |
Color Harmonies of #4D437C
Complementary color
Monochromatic Colors of #4D437C
Black with #4D437C
Text Example
Text Example
White with #4D437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D437C; }
p { color: rgb(77,67,124); }
H1.HeaderClassName
{
color: #4D437C;
}
.AnyTagClassName
{
color: #4D437C;
}
</style>
background-color css
<style>
a { background-color: #4D437C; }
a { background-color: rgb(77,67,124); }
div.DivClassName
{
background-color: #4D437C;
}
.BgClassName
{
background-color: #4D437C;
}
</style>
border-color css
<style>
span { border-color: #4D437C; }
span { border-color: rgb(77,67,124); }
td.TdClassName
{
border-color: #4D437C;
}
.TagClassName
{
border-color: #4D437C;
}
</style>