Shades of Blue Diamond #4F1775
Tints of Blue Diamond #4F1775
RGB
CMYK
RGB Variations
Color information
#4F1775 (or 0x4F1775) is known color: Blue Diamond. HEX triplet: 4F, 17 and 75. RGB value is (79,23,117). Sum of RGB (Red+Green+Blue) = 79+23+117=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F1775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1775 is #B0E88A. Grayscale: #323232. Windows color (decimal): -11593867 or 7673679. OLE color: 7673679.
HSL color Cylindrical-coordinate representation of color #4F1775: hue angle of 275.74º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1775 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 23 | 117 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.54 |
| HSL | 275.74º | 0.67% | 0.27% | - |
| HSV(B) | 275.74º | 0.8% | 0.46% | - |
| XYZ | 6.74 | 3.56 | 17.16 | - |
| YUV | 50.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 117 | 0.32 | 0.80 | 0 | 0.54 | 275.74 | 0.67 | 0.27 |
| Hex | 4F | 17 | 75 | 20 | 50 | 0 | 36 | 114 | 43 | 1B |
| Octal | 117 | 27 | 165 | 40 | 120 | 0 | 66 | 424 | 103 | 33 |
| Binary | 1001111 | 10111 | 1110101 | 100000 | 1010000 | 0 | 110110 | 100010100 | 1000011 | 11011 |
Color Harmonies of #4F1775
Complementary color
Monochromatic Colors of #4F1775
Black with #4F1775
Text Example
Text Example
White with #4F1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1775; }
p { color: rgb(79,23,117); }
H1.HeaderClassName
{
color: #4F1775;
}
.AnyTagClassName
{
color: #4F1775;
}
</style>
background-color css
<style>
a { background-color: #4F1775; }
a { background-color: rgb(79,23,117); }
div.DivClassName
{
background-color: #4F1775;
}
.BgClassName
{
background-color: #4F1775;
}
</style>
border-color css
<style>
span { border-color: #4F1775; }
span { border-color: rgb(79,23,117); }
td.TdClassName
{
border-color: #4F1775;
}
.TagClassName
{
border-color: #4F1775;
}
</style>