Shades of Blue Diamond #4F2E69
Tints of Blue Diamond #4F2E69
RGB
CMYK
RGB Variations
Color information
#4F2E69 (or 0x4F2E69) is known color: Blue Diamond. HEX triplet: 4F, 2E and 69. RGB value is (79,46,105). Sum of RGB (Red+Green+Blue) = 79+46+105=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F2E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2E69 is #B0D196. Grayscale: #3E3E3E. Windows color (decimal): -11587991 or 6893135. OLE color: 6893135.
HSL color Cylindrical-coordinate representation of color #4F2E69: hue angle of 273.56º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2E69 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 46 | 105 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.59 |
| HSL | 273.56º | 0.39% | 0.3% | - |
| HSV(B) | 273.56º | 0.56% | 0.41% | - |
| XYZ | 6.75 | 4.64 | 13.9 | - |
| YUV | 62.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 105 | 0.25 | 0.56 | 0 | 0.59 | 273.56 | 0.39 | 0.3 |
| Hex | 4F | 2E | 69 | 19 | 38 | 0 | 3B | 112 | 27 | 1E |
| Octal | 117 | 56 | 151 | 31 | 70 | 0 | 73 | 422 | 47 | 36 |
| Binary | 1001111 | 101110 | 1101001 | 11001 | 111000 | 0 | 111011 | 100010010 | 100111 | 11110 |
Color Harmonies of #4F2E69
Complementary color
Monochromatic Colors of #4F2E69
Black with #4F2E69
Text Example
Text Example
White with #4F2E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E69; }
p { color: rgb(79,46,105); }
H1.HeaderClassName
{
color: #4F2E69;
}
.AnyTagClassName
{
color: #4F2E69;
}
</style>
background-color css
<style>
a { background-color: #4F2E69; }
a { background-color: rgb(79,46,105); }
div.DivClassName
{
background-color: #4F2E69;
}
.BgClassName
{
background-color: #4F2E69;
}
</style>
border-color css
<style>
span { border-color: #4F2E69; }
span { border-color: rgb(79,46,105); }
td.TdClassName
{
border-color: #4F2E69;
}
.TagClassName
{
border-color: #4F2E69;
}
</style>