Shades of Blue Diamond #4F2473
Tints of Blue Diamond #4F2473
RGB
CMYK
RGB Variations
Color information
#4F2473 (or 0x4F2473) is known color: Blue Diamond. HEX triplet: 4F, 24 and 73. RGB value is (79,36,115). Sum of RGB (Red+Green+Blue) = 79+36+115=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F2473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2473 is #B0DB8C. Grayscale: #393939. Windows color (decimal): -11590541 or 7545935. OLE color: 7545935.
HSL color Cylindrical-coordinate representation of color #4F2473: hue angle of 272.66º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F2473 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 36 | 115 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.55 |
| HSL | 272.66º | 0.52% | 0.3% | - |
| HSV(B) | 272.66º | 0.69% | 0.45% | - |
| XYZ | 6.95 | 4.16 | 16.66 | - |
| YUV | 57.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 115 | 0.31 | 0.69 | 0 | 0.55 | 272.66 | 0.52 | 0.3 |
| Hex | 4F | 24 | 73 | 1F | 45 | 0 | 37 | 111 | 34 | 1E |
| Octal | 117 | 44 | 163 | 37 | 105 | 0 | 67 | 421 | 64 | 36 |
| Binary | 1001111 | 100100 | 1110011 | 11111 | 1000101 | 0 | 110111 | 100010001 | 110100 | 11110 |
Color Harmonies of #4F2473
Complementary color
Monochromatic Colors of #4F2473
Black with #4F2473
Text Example
Text Example
White with #4F2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2473; }
p { color: rgb(79,36,115); }
H1.HeaderClassName
{
color: #4F2473;
}
.AnyTagClassName
{
color: #4F2473;
}
</style>
background-color css
<style>
a { background-color: #4F2473; }
a { background-color: rgb(79,36,115); }
div.DivClassName
{
background-color: #4F2473;
}
.BgClassName
{
background-color: #4F2473;
}
</style>
border-color css
<style>
span { border-color: #4F2473; }
span { border-color: rgb(79,36,115); }
td.TdClassName
{
border-color: #4F2473;
}
.TagClassName
{
border-color: #4F2473;
}
</style>