Shades of Blue Diamond #4F2273
Tints of Blue Diamond #4F2273
RGB
CMYK
RGB Variations
Color information
#4F2273 (or 0x4F2273) is known color: Blue Diamond. HEX triplet: 4F, 22 and 73. RGB value is (79,34,115). Sum of RGB (Red+Green+Blue) = 79+34+115=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F2273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2273 is #B0DD8C. Grayscale: #383838. Windows color (decimal): -11591053 or 7545423. OLE color: 7545423.
HSL color Cylindrical-coordinate representation of color #4F2273: hue angle of 273.33º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F2273 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 34 | 115 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.55 |
| HSL | 273.33º | 0.54% | 0.29% | - |
| HSV(B) | 273.33º | 0.7% | 0.45% | - |
| XYZ | 6.89 | 4.04 | 16.64 | - |
| YUV | 56.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 115 | 0.31 | 0.70 | 0 | 0.55 | 273.33 | 0.54 | 0.29 |
| Hex | 4F | 22 | 73 | 1F | 46 | 0 | 37 | 111 | 36 | 1D |
| Octal | 117 | 42 | 163 | 37 | 106 | 0 | 67 | 421 | 66 | 35 |
| Binary | 1001111 | 100010 | 1110011 | 11111 | 1000110 | 0 | 110111 | 100010001 | 110110 | 11101 |
Color Harmonies of #4F2273
Complementary color
Monochromatic Colors of #4F2273
Black with #4F2273
Text Example
Text Example
White with #4F2273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2273; }
p { color: rgb(79,34,115); }
H1.HeaderClassName
{
color: #4F2273;
}
.AnyTagClassName
{
color: #4F2273;
}
</style>
background-color css
<style>
a { background-color: #4F2273; }
a { background-color: rgb(79,34,115); }
div.DivClassName
{
background-color: #4F2273;
}
.BgClassName
{
background-color: #4F2273;
}
</style>
border-color css
<style>
span { border-color: #4F2273; }
span { border-color: rgb(79,34,115); }
td.TdClassName
{
border-color: #4F2273;
}
.TagClassName
{
border-color: #4F2273;
}
</style>