Shades of Blue Diamond #4F2A6E
Tints of Blue Diamond #4F2A6E
RGB
CMYK
RGB Variations
Color information
#4F2A6E (or 0x4F2A6E) is known color: Blue Diamond. HEX triplet: 4F, 2A and 6E. RGB value is (79,42,110). Sum of RGB (Red+Green+Blue) = 79+42+110=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F2A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2A6E is #B0D591. Grayscale: #3C3C3C. Windows color (decimal): -11589010 or 7219791. OLE color: 7219791.
HSL color Cylindrical-coordinate representation of color #4F2A6E: hue angle of 272.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F2A6E is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 42 | 110 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.57 |
| HSL | 272.65º | 0.45% | 0.3% | - |
| HSV(B) | 272.65º | 0.62% | 0.43% | - |
| XYZ | 6.87 | 4.44 | 15.25 | - |
| YUV | 60.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 110 | 0.28 | 0.62 | 0 | 0.57 | 272.65 | 0.45 | 0.3 |
| Hex | 4F | 2A | 6E | 1C | 3E | 0 | 39 | 111 | 2D | 1E |
| Octal | 117 | 52 | 156 | 34 | 76 | 0 | 71 | 421 | 55 | 36 |
| Binary | 1001111 | 101010 | 1101110 | 11100 | 111110 | 0 | 111001 | 100010001 | 101101 | 11110 |
Color Harmonies of #4F2A6E
Complementary color
Monochromatic Colors of #4F2A6E
Black with #4F2A6E
Text Example
Text Example
White with #4F2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A6E; }
p { color: rgb(79,42,110); }
H1.HeaderClassName
{
color: #4F2A6E;
}
.AnyTagClassName
{
color: #4F2A6E;
}
</style>
background-color css
<style>
a { background-color: #4F2A6E; }
a { background-color: rgb(79,42,110); }
div.DivClassName
{
background-color: #4F2A6E;
}
.BgClassName
{
background-color: #4F2A6E;
}
</style>
border-color css
<style>
span { border-color: #4F2A6E; }
span { border-color: rgb(79,42,110); }
td.TdClassName
{
border-color: #4F2A6E;
}
.TagClassName
{
border-color: #4F2A6E;
}
</style>