Shades of Blue Diamond #4F2E7A
Tints of Blue Diamond #4F2E7A
RGB
CMYK
RGB Variations
Color information
#4F2E7A (or 0x4F2E7A) is known color: Blue Diamond. HEX triplet: 4F, 2E and 7A. RGB value is (79,46,122). Sum of RGB (Red+Green+Blue) = 79+46+122=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F2E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2E7A is #B0D185. Grayscale: #404040. Windows color (decimal): -11587974 or 8007247. OLE color: 8007247.
HSL color Cylindrical-coordinate representation of color #4F2E7A: hue angle of 266.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F2E7A is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 46 | 122 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.52 |
| HSL | 266.05º | 0.45% | 0.33% | - |
| HSV(B) | 266.05º | 0.62% | 0.48% | - |
| XYZ | 7.71 | 5.02 | 18.97 | - |
| YUV | 64.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 122 | 0.35 | 0.62 | 0 | 0.52 | 266.05 | 0.45 | 0.33 |
| Hex | 4F | 2E | 7A | 23 | 3E | 0 | 34 | 10A | 2D | 21 |
| Octal | 117 | 56 | 172 | 43 | 76 | 0 | 64 | 412 | 55 | 41 |
| Binary | 1001111 | 101110 | 1111010 | 100011 | 111110 | 0 | 110100 | 100001010 | 101101 | 100001 |
Color Harmonies of #4F2E7A
Complementary color
Monochromatic Colors of #4F2E7A
Black with #4F2E7A
Text Example
Text Example
White with #4F2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E7A; }
p { color: rgb(79,46,122); }
H1.HeaderClassName
{
color: #4F2E7A;
}
.AnyTagClassName
{
color: #4F2E7A;
}
</style>
background-color css
<style>
a { background-color: #4F2E7A; }
a { background-color: rgb(79,46,122); }
div.DivClassName
{
background-color: #4F2E7A;
}
.BgClassName
{
background-color: #4F2E7A;
}
</style>
border-color css
<style>
span { border-color: #4F2E7A; }
span { border-color: rgb(79,46,122); }
td.TdClassName
{
border-color: #4F2E7A;
}
.TagClassName
{
border-color: #4F2E7A;
}
</style>