Shades of Blue Diamond #4F277B
Tints of Blue Diamond #4F277B
RGB
CMYK
RGB Variations
Color information
#4F277B (or 0x4F277B) is known color: Blue Diamond. HEX triplet: 4F, 27 and 7B. RGB value is (79,39,123). Sum of RGB (Red+Green+Blue) = 79+39+123=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F277B is #B0D884. Grayscale: #3C3C3C. Windows color (decimal): -11589765 or 8070991. OLE color: 8070991.
HSL color Cylindrical-coordinate representation of color #4F277B: hue angle of 268.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F277B is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 39 | 123 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.52 |
| HSL | 268.57º | 0.52% | 0.32% | - |
| HSV(B) | 268.57º | 0.68% | 0.48% | - |
| XYZ | 7.53 | 4.54 | 19.22 | - |
| YUV | 60.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 123 | 0.36 | 0.68 | 0 | 0.52 | 268.57 | 0.52 | 0.32 |
| Hex | 4F | 27 | 7B | 24 | 44 | 0 | 34 | 10D | 34 | 20 |
| Octal | 117 | 47 | 173 | 44 | 104 | 0 | 64 | 415 | 64 | 40 |
| Binary | 1001111 | 100111 | 1111011 | 100100 | 1000100 | 0 | 110100 | 100001101 | 110100 | 100000 |
Color Harmonies of #4F277B
Complementary color
Monochromatic Colors of #4F277B
Black with #4F277B
Text Example
Text Example
White with #4F277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F277B; }
p { color: rgb(79,39,123); }
H1.HeaderClassName
{
color: #4F277B;
}
.AnyTagClassName
{
color: #4F277B;
}
</style>
background-color css
<style>
a { background-color: #4F277B; }
a { background-color: rgb(79,39,123); }
div.DivClassName
{
background-color: #4F277B;
}
.BgClassName
{
background-color: #4F277B;
}
</style>
border-color css
<style>
span { border-color: #4F277B; }
span { border-color: rgb(79,39,123); }
td.TdClassName
{
border-color: #4F277B;
}
.TagClassName
{
border-color: #4F277B;
}
</style>