Shades of Blue Diamond #4F236C
Tints of Blue Diamond #4F236C
RGB
CMYK
RGB Variations
Color information
#4F236C (or 0x4F236C) is known color: Blue Diamond. HEX triplet: 4F, 23 and 6C. RGB value is (79,35,108). Sum of RGB (Red+Green+Blue) = 79+35+108=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F236C is #B0DC93. Grayscale: #383838. Windows color (decimal): -11590804 or 7086927. OLE color: 7086927.
HSL color Cylindrical-coordinate representation of color #4F236C: hue angle of 276.16º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F236C is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 35 | 108 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.58 |
| HSL | 276.16º | 0.51% | 0.28% | - |
| HSV(B) | 276.16º | 0.68% | 0.42% | - |
| XYZ | 6.53 | 3.95 | 14.6 | - |
| YUV | 56.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 108 | 0.27 | 0.68 | 0 | 0.58 | 276.16 | 0.51 | 0.28 |
| Hex | 4F | 23 | 6C | 1B | 44 | 0 | 3A | 114 | 33 | 1C |
| Octal | 117 | 43 | 154 | 33 | 104 | 0 | 72 | 424 | 63 | 34 |
| Binary | 1001111 | 100011 | 1101100 | 11011 | 1000100 | 0 | 111010 | 100010100 | 110011 | 11100 |
Color Harmonies of #4F236C
Complementary color
Monochromatic Colors of #4F236C
Black with #4F236C
Text Example
Text Example
White with #4F236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F236C; }
p { color: rgb(79,35,108); }
H1.HeaderClassName
{
color: #4F236C;
}
.AnyTagClassName
{
color: #4F236C;
}
</style>
background-color css
<style>
a { background-color: #4F236C; }
a { background-color: rgb(79,35,108); }
div.DivClassName
{
background-color: #4F236C;
}
.BgClassName
{
background-color: #4F236C;
}
</style>
border-color css
<style>
span { border-color: #4F236C; }
span { border-color: rgb(79,35,108); }
td.TdClassName
{
border-color: #4F236C;
}
.TagClassName
{
border-color: #4F236C;
}
</style>