Shades of Blue Diamond #4F2471
Tints of Blue Diamond #4F2471
RGB
CMYK
RGB Variations
Color information
#4F2471 (or 0x4F2471) is known color: Blue Diamond. HEX triplet: 4F, 24 and 71. RGB value is (79,36,113). Sum of RGB (Red+Green+Blue) = 79+36+113=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2471 is #B0DB8E. Grayscale: #393939. Windows color (decimal): -11590543 or 7414863. OLE color: 7414863.
HSL color Cylindrical-coordinate representation of color #4F2471: hue angle of 273.51º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F2471 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 36 | 113 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.56 |
| HSL | 273.51º | 0.52% | 0.29% | - |
| HSV(B) | 273.51º | 0.68% | 0.44% | - |
| XYZ | 6.84 | 4.12 | 16.06 | - |
| YUV | 57.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 113 | 0.30 | 0.68 | 0 | 0.56 | 273.51 | 0.52 | 0.29 |
| Hex | 4F | 24 | 71 | 1E | 44 | 0 | 38 | 112 | 34 | 1D |
| Octal | 117 | 44 | 161 | 36 | 104 | 0 | 70 | 422 | 64 | 35 |
| Binary | 1001111 | 100100 | 1110001 | 11110 | 1000100 | 0 | 111000 | 100010010 | 110100 | 11101 |
Color Harmonies of #4F2471
Complementary color
Monochromatic Colors of #4F2471
Black with #4F2471
Text Example
Text Example
White with #4F2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2471; }
p { color: rgb(79,36,113); }
H1.HeaderClassName
{
color: #4F2471;
}
.AnyTagClassName
{
color: #4F2471;
}
</style>
background-color css
<style>
a { background-color: #4F2471; }
a { background-color: rgb(79,36,113); }
div.DivClassName
{
background-color: #4F2471;
}
.BgClassName
{
background-color: #4F2471;
}
</style>
border-color css
<style>
span { border-color: #4F2471; }
span { border-color: rgb(79,36,113); }
td.TdClassName
{
border-color: #4F2471;
}
.TagClassName
{
border-color: #4F2471;
}
</style>