Shades of Blue Diamond #4F207C
Tints of Blue Diamond #4F207C
RGB
CMYK
RGB Variations
Color information
#4F207C (or 0x4F207C) is known color: Blue Diamond. HEX triplet: 4F, 20 and 7C. RGB value is (79,32,124). Sum of RGB (Red+Green+Blue) = 79+32+124=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F207C is #B0DF83. Grayscale: #383838. Windows color (decimal): -11591556 or 8134735. OLE color: 8134735.
HSL color Cylindrical-coordinate representation of color #4F207C: hue angle of 270.65º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F207C is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 32 | 124 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.51 |
| HSL | 270.65º | 0.59% | 0.31% | - |
| HSV(B) | 270.65º | 0.74% | 0.49% | - |
| XYZ | 7.38 | 4.15 | 19.48 | - |
| YUV | 56.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 124 | 0.36 | 0.74 | 0 | 0.51 | 270.65 | 0.59 | 0.31 |
| Hex | 4F | 20 | 7C | 24 | 4A | 0 | 33 | 10F | 3B | 1F |
| Octal | 117 | 40 | 174 | 44 | 112 | 0 | 63 | 417 | 73 | 37 |
| Binary | 1001111 | 100000 | 1111100 | 100100 | 1001010 | 0 | 110011 | 100001111 | 111011 | 11111 |
Color Harmonies of #4F207C
Complementary color
Monochromatic Colors of #4F207C
Black with #4F207C
Text Example
Text Example
White with #4F207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F207C; }
p { color: rgb(79,32,124); }
H1.HeaderClassName
{
color: #4F207C;
}
.AnyTagClassName
{
color: #4F207C;
}
</style>
background-color css
<style>
a { background-color: #4F207C; }
a { background-color: rgb(79,32,124); }
div.DivClassName
{
background-color: #4F207C;
}
.BgClassName
{
background-color: #4F207C;
}
</style>
border-color css
<style>
span { border-color: #4F207C; }
span { border-color: rgb(79,32,124); }
td.TdClassName
{
border-color: #4F207C;
}
.TagClassName
{
border-color: #4F207C;
}
</style>