Shades of Blue Diamond #4F286C
Tints of Blue Diamond #4F286C
RGB
CMYK
RGB Variations
Color information
#4F286C (or 0x4F286C) is known color: Blue Diamond. HEX triplet: 4F, 28 and 6C. RGB value is (79,40,108). Sum of RGB (Red+Green+Blue) = 79+40+108=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F286C is #B0D793. Grayscale: #3B3B3B. Windows color (decimal): -11589524 or 7088207. OLE color: 7088207.
HSL color Cylindrical-coordinate representation of color #4F286C: hue angle of 274.41º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F286C is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 40 | 108 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.58 |
| HSL | 274.41º | 0.46% | 0.29% | - |
| HSV(B) | 274.41º | 0.63% | 0.42% | - |
| XYZ | 6.69 | 4.26 | 14.66 | - |
| YUV | 59.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 108 | 0.27 | 0.63 | 0 | 0.58 | 274.41 | 0.46 | 0.29 |
| Hex | 4F | 28 | 6C | 1B | 3F | 0 | 3A | 112 | 2E | 1D |
| Octal | 117 | 50 | 154 | 33 | 77 | 0 | 72 | 422 | 56 | 35 |
| Binary | 1001111 | 101000 | 1101100 | 11011 | 111111 | 0 | 111010 | 100010010 | 101110 | 11101 |
Color Harmonies of #4F286C
Complementary color
Monochromatic Colors of #4F286C
Black with #4F286C
Text Example
Text Example
White with #4F286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F286C; }
p { color: rgb(79,40,108); }
H1.HeaderClassName
{
color: #4F286C;
}
.AnyTagClassName
{
color: #4F286C;
}
</style>
background-color css
<style>
a { background-color: #4F286C; }
a { background-color: rgb(79,40,108); }
div.DivClassName
{
background-color: #4F286C;
}
.BgClassName
{
background-color: #4F286C;
}
</style>
border-color css
<style>
span { border-color: #4F286C; }
span { border-color: rgb(79,40,108); }
td.TdClassName
{
border-color: #4F286C;
}
.TagClassName
{
border-color: #4F286C;
}
</style>