Shades of Blue Diamond #4F286D
Tints of Blue Diamond #4F286D
RGB
CMYK
RGB Variations
Color information
#4F286D (or 0x4F286D) is known color: Blue Diamond. HEX triplet: 4F, 28 and 6D. RGB value is (79,40,109). Sum of RGB (Red+Green+Blue) = 79+40+109=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F286D is #B0D792. Grayscale: #3B3B3B. Windows color (decimal): -11589523 or 7153743. OLE color: 7153743.
HSL color Cylindrical-coordinate representation of color #4F286D: hue angle of 273.91º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F286D is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 40 | 109 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.57 |
| HSL | 273.91º | 0.46% | 0.29% | - |
| HSV(B) | 273.91º | 0.63% | 0.43% | - |
| XYZ | 6.74 | 4.28 | 14.94 | - |
| YUV | 59.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 109 | 0.28 | 0.63 | 0 | 0.57 | 273.91 | 0.46 | 0.29 |
| Hex | 4F | 28 | 6D | 1C | 3F | 0 | 39 | 112 | 2E | 1D |
| Octal | 117 | 50 | 155 | 34 | 77 | 0 | 71 | 422 | 56 | 35 |
| Binary | 1001111 | 101000 | 1101101 | 11100 | 111111 | 0 | 111001 | 100010010 | 101110 | 11101 |
Color Harmonies of #4F286D
Complementary color
Monochromatic Colors of #4F286D
Black with #4F286D
Text Example
Text Example
White with #4F286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F286D; }
p { color: rgb(79,40,109); }
H1.HeaderClassName
{
color: #4F286D;
}
.AnyTagClassName
{
color: #4F286D;
}
</style>
background-color css
<style>
a { background-color: #4F286D; }
a { background-color: rgb(79,40,109); }
div.DivClassName
{
background-color: #4F286D;
}
.BgClassName
{
background-color: #4F286D;
}
</style>
border-color css
<style>
span { border-color: #4F286D; }
span { border-color: rgb(79,40,109); }
td.TdClassName
{
border-color: #4F286D;
}
.TagClassName
{
border-color: #4F286D;
}
</style>