Shades of Blue Diamond #4F246C
Tints of Blue Diamond #4F246C
RGB
CMYK
RGB Variations
Color information
#4F246C (or 0x4F246C) is known color: Blue Diamond. HEX triplet: 4F, 24 and 6C. RGB value is (79,36,108). Sum of RGB (Red+Green+Blue) = 79+36+108=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F246C is #B0DB93. Grayscale: #383838. Windows color (decimal): -11590548 or 7087183. OLE color: 7087183.
HSL color Cylindrical-coordinate representation of color #4F246C: hue angle of 275.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F246C is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 36 | 108 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.58 |
| HSL | 275.83º | 0.5% | 0.28% | - |
| HSV(B) | 275.83º | 0.67% | 0.42% | - |
| XYZ | 6.56 | 4.01 | 14.61 | - |
| YUV | 57.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 108 | 0.27 | 0.67 | 0 | 0.58 | 275.83 | 0.5 | 0.28 |
| Hex | 4F | 24 | 6C | 1B | 43 | 0 | 3A | 114 | 32 | 1C |
| Octal | 117 | 44 | 154 | 33 | 103 | 0 | 72 | 424 | 62 | 34 |
| Binary | 1001111 | 100100 | 1101100 | 11011 | 1000011 | 0 | 111010 | 100010100 | 110010 | 11100 |
Color Harmonies of #4F246C
Complementary color
Monochromatic Colors of #4F246C
Black with #4F246C
Text Example
Text Example
White with #4F246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F246C; }
p { color: rgb(79,36,108); }
H1.HeaderClassName
{
color: #4F246C;
}
.AnyTagClassName
{
color: #4F246C;
}
</style>
background-color css
<style>
a { background-color: #4F246C; }
a { background-color: rgb(79,36,108); }
div.DivClassName
{
background-color: #4F246C;
}
.BgClassName
{
background-color: #4F246C;
}
</style>
border-color css
<style>
span { border-color: #4F246C; }
span { border-color: rgb(79,36,108); }
td.TdClassName
{
border-color: #4F246C;
}
.TagClassName
{
border-color: #4F246C;
}
</style>