Shades of Blue Diamond #4F2D7A
Tints of Blue Diamond #4F2D7A
RGB
CMYK
RGB Variations
Color information
#4F2D7A (or 0x4F2D7A) is known color: Blue Diamond. HEX triplet: 4F, 2D and 7A. RGB value is (79,45,122). Sum of RGB (Red+Green+Blue) = 79+45+122=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F2D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2D7A is #B0D285. Grayscale: #3F3F3F. Windows color (decimal): -11588230 or 8006991. OLE color: 8006991.
HSL color Cylindrical-coordinate representation of color #4F2D7A: hue angle of 266.49º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F2D7A is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 45 | 122 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.52 |
| HSL | 266.49º | 0.46% | 0.33% | - |
| HSV(B) | 266.49º | 0.63% | 0.48% | - |
| XYZ | 7.68 | 4.94 | 18.96 | - |
| YUV | 63.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 122 | 0.35 | 0.63 | 0 | 0.52 | 266.49 | 0.46 | 0.33 |
| Hex | 4F | 2D | 7A | 23 | 3F | 0 | 34 | 10A | 2E | 21 |
| Octal | 117 | 55 | 172 | 43 | 77 | 0 | 64 | 412 | 56 | 41 |
| Binary | 1001111 | 101101 | 1111010 | 100011 | 111111 | 0 | 110100 | 100001010 | 101110 | 100001 |
Color Harmonies of #4F2D7A
Complementary color
Monochromatic Colors of #4F2D7A
Black with #4F2D7A
Text Example
Text Example
White with #4F2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D7A; }
p { color: rgb(79,45,122); }
H1.HeaderClassName
{
color: #4F2D7A;
}
.AnyTagClassName
{
color: #4F2D7A;
}
</style>
background-color css
<style>
a { background-color: #4F2D7A; }
a { background-color: rgb(79,45,122); }
div.DivClassName
{
background-color: #4F2D7A;
}
.BgClassName
{
background-color: #4F2D7A;
}
</style>
border-color css
<style>
span { border-color: #4F2D7A; }
span { border-color: rgb(79,45,122); }
td.TdClassName
{
border-color: #4F2D7A;
}
.TagClassName
{
border-color: #4F2D7A;
}
</style>