Shades of Blue Diamond #4F286A
Tints of Blue Diamond #4F286A
RGB
CMYK
RGB Variations
Color information
#4F286A (or 0x4F286A) is known color: Blue Diamond. HEX triplet: 4F, 28 and 6A. RGB value is (79,40,106). Sum of RGB (Red+Green+Blue) = 79+40+106=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F286A is #B0D795. Grayscale: #3A3A3A. Windows color (decimal): -11589526 or 6957135. OLE color: 6957135.
HSL color Cylindrical-coordinate representation of color #4F286A: hue angle of 275.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F286A is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 40 | 106 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.58 |
| HSL | 275.45º | 0.45% | 0.29% | - |
| HSV(B) | 275.45º | 0.62% | 0.42% | - |
| XYZ | 6.58 | 4.22 | 14.1 | - |
| YUV | 59.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 106 | 0.25 | 0.62 | 0 | 0.58 | 275.45 | 0.45 | 0.29 |
| Hex | 4F | 28 | 6A | 19 | 3E | 0 | 3A | 113 | 2D | 1D |
| Octal | 117 | 50 | 152 | 31 | 76 | 0 | 72 | 423 | 55 | 35 |
| Binary | 1001111 | 101000 | 1101010 | 11001 | 111110 | 0 | 111010 | 100010011 | 101101 | 11101 |
Color Harmonies of #4F286A
Complementary color
Monochromatic Colors of #4F286A
Black with #4F286A
Text Example
Text Example
White with #4F286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F286A; }
p { color: rgb(79,40,106); }
H1.HeaderClassName
{
color: #4F286A;
}
.AnyTagClassName
{
color: #4F286A;
}
</style>
background-color css
<style>
a { background-color: #4F286A; }
a { background-color: rgb(79,40,106); }
div.DivClassName
{
background-color: #4F286A;
}
.BgClassName
{
background-color: #4F286A;
}
</style>
border-color css
<style>
span { border-color: #4F286A; }
span { border-color: rgb(79,40,106); }
td.TdClassName
{
border-color: #4F286A;
}
.TagClassName
{
border-color: #4F286A;
}
</style>