Shades of Blue Diamond #4F1A71
Tints of Blue Diamond #4F1A71
RGB
CMYK
RGB Variations
Color information
#4F1A71 (or 0x4F1A71) is known color: Blue Diamond. HEX triplet: 4F, 1A and 71. RGB value is (79,26,113). Sum of RGB (Red+Green+Blue) = 79+26+113=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F1A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1A71 is #B0E58E. Grayscale: #333333. Windows color (decimal): -11593103 or 7412303. OLE color: 7412303.
HSL color Cylindrical-coordinate representation of color #4F1A71: hue angle of 276.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1A71 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 26 | 113 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.56 |
| HSL | 276.55º | 0.63% | 0.27% | - |
| HSV(B) | 276.55º | 0.77% | 0.44% | - |
| XYZ | 6.57 | 3.59 | 15.97 | - |
| YUV | 51.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 113 | 0.30 | 0.77 | 0 | 0.56 | 276.55 | 0.63 | 0.27 |
| Hex | 4F | 1A | 71 | 1E | 4D | 0 | 38 | 115 | 3F | 1B |
| Octal | 117 | 32 | 161 | 36 | 115 | 0 | 70 | 425 | 77 | 33 |
| Binary | 1001111 | 11010 | 1110001 | 11110 | 1001101 | 0 | 111000 | 100010101 | 111111 | 11011 |
Color Harmonies of #4F1A71
Complementary color
Monochromatic Colors of #4F1A71
Black with #4F1A71
Text Example
Text Example
White with #4F1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A71; }
p { color: rgb(79,26,113); }
H1.HeaderClassName
{
color: #4F1A71;
}
.AnyTagClassName
{
color: #4F1A71;
}
</style>
background-color css
<style>
a { background-color: #4F1A71; }
a { background-color: rgb(79,26,113); }
div.DivClassName
{
background-color: #4F1A71;
}
.BgClassName
{
background-color: #4F1A71;
}
</style>
border-color css
<style>
span { border-color: #4F1A71; }
span { border-color: rgb(79,26,113); }
td.TdClassName
{
border-color: #4F1A71;
}
.TagClassName
{
border-color: #4F1A71;
}
</style>