Shades of Blue Diamond #4F2481
Tints of Blue Diamond #4F2481
RGB
CMYK
RGB Variations
Color information
#4F2481 (or 0x4F2481) is known color: Blue Diamond. HEX triplet: 4F, 24 and 81. RGB value is (79,36,129). Sum of RGB (Red+Green+Blue) = 79+36+129=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F2481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2481 is #B0DB7E. Grayscale: #3B3B3B. Windows color (decimal): -11590527 or 8463439. OLE color: 8463439.
HSL color Cylindrical-coordinate representation of color #4F2481: hue angle of 267.74º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2481 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 36 | 129 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.49 |
| HSL | 267.74º | 0.56% | 0.32% | - |
| HSV(B) | 267.74º | 0.72% | 0.51% | - |
| XYZ | 7.82 | 4.51 | 21.23 | - |
| YUV | 59.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 129 | 0.39 | 0.72 | 0 | 0.49 | 267.74 | 0.56 | 0.32 |
| Hex | 4F | 24 | 81 | 27 | 48 | 0 | 31 | 10C | 38 | 20 |
| Octal | 117 | 44 | 201 | 47 | 110 | 0 | 61 | 414 | 70 | 40 |
| Binary | 1001111 | 100100 | 10000001 | 100111 | 1001000 | 0 | 110001 | 100001100 | 111000 | 100000 |
Color Harmonies of #4F2481
Complementary color
Monochromatic Colors of #4F2481
Black with #4F2481
Text Example
Text Example
White with #4F2481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2481; }
p { color: rgb(79,36,129); }
H1.HeaderClassName
{
color: #4F2481;
}
.AnyTagClassName
{
color: #4F2481;
}
</style>
background-color css
<style>
a { background-color: #4F2481; }
a { background-color: rgb(79,36,129); }
div.DivClassName
{
background-color: #4F2481;
}
.BgClassName
{
background-color: #4F2481;
}
</style>
border-color css
<style>
span { border-color: #4F2481; }
span { border-color: rgb(79,36,129); }
td.TdClassName
{
border-color: #4F2481;
}
.TagClassName
{
border-color: #4F2481;
}
</style>