Shades of Blue Diamond #4F2173
Tints of Blue Diamond #4F2173
RGB
CMYK
RGB Variations
Color information
#4F2173 (or 0x4F2173) is known color: Blue Diamond. HEX triplet: 4F, 21 and 73. RGB value is (79,33,115). Sum of RGB (Red+Green+Blue) = 79+33+115=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F2173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2173 is #B0DE8C. Grayscale: #373737. Windows color (decimal): -11591309 or 7545167. OLE color: 7545167.
HSL color Cylindrical-coordinate representation of color #4F2173: hue angle of 273.66º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F2173 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 33 | 115 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.55 |
| HSL | 273.66º | 0.55% | 0.29% | - |
| HSV(B) | 273.66º | 0.71% | 0.45% | - |
| XYZ | 6.86 | 3.99 | 16.63 | - |
| YUV | 56.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 115 | 0.31 | 0.71 | 0 | 0.55 | 273.66 | 0.55 | 0.29 |
| Hex | 4F | 21 | 73 | 1F | 47 | 0 | 37 | 112 | 37 | 1D |
| Octal | 117 | 41 | 163 | 37 | 107 | 0 | 67 | 422 | 67 | 35 |
| Binary | 1001111 | 100001 | 1110011 | 11111 | 1000111 | 0 | 110111 | 100010010 | 110111 | 11101 |
Color Harmonies of #4F2173
Complementary color
Monochromatic Colors of #4F2173
Black with #4F2173
Text Example
Text Example
White with #4F2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2173; }
p { color: rgb(79,33,115); }
H1.HeaderClassName
{
color: #4F2173;
}
.AnyTagClassName
{
color: #4F2173;
}
</style>
background-color css
<style>
a { background-color: #4F2173; }
a { background-color: rgb(79,33,115); }
div.DivClassName
{
background-color: #4F2173;
}
.BgClassName
{
background-color: #4F2173;
}
</style>
border-color css
<style>
span { border-color: #4F2173; }
span { border-color: rgb(79,33,115); }
td.TdClassName
{
border-color: #4F2173;
}
.TagClassName
{
border-color: #4F2173;
}
</style>