Shades of Blue Diamond #4F166D
Tints of Blue Diamond #4F166D
RGB
CMYK
RGB Variations
Color information
#4F166D (or 0x4F166D) is known color: Blue Diamond. HEX triplet: 4F, 16 and 6D. RGB value is (79,22,109). Sum of RGB (Red+Green+Blue) = 79+22+109=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F166D is #B0E992. Grayscale: #303030. Windows color (decimal): -11594131 or 7149135. OLE color: 7149135.
HSL color Cylindrical-coordinate representation of color #4F166D: hue angle of 279.31º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F166D is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 22 | 109 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.57 |
| HSL | 279.31º | 0.66% | 0.26% | - |
| HSV(B) | 279.31º | 0.8% | 0.43% | - |
| XYZ | 6.27 | 3.34 | 14.78 | - |
| YUV | 48.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 109 | 0.28 | 0.80 | 0 | 0.57 | 279.31 | 0.66 | 0.26 |
| Hex | 4F | 16 | 6D | 1C | 50 | 0 | 39 | 117 | 42 | 1A |
| Octal | 117 | 26 | 155 | 34 | 120 | 0 | 71 | 427 | 102 | 32 |
| Binary | 1001111 | 10110 | 1101101 | 11100 | 1010000 | 0 | 111001 | 100010111 | 1000010 | 11010 |
Color Harmonies of #4F166D
Complementary color
Monochromatic Colors of #4F166D
Black with #4F166D
Text Example
Text Example
White with #4F166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F166D; }
p { color: rgb(79,22,109); }
H1.HeaderClassName
{
color: #4F166D;
}
.AnyTagClassName
{
color: #4F166D;
}
</style>
background-color css
<style>
a { background-color: #4F166D; }
a { background-color: rgb(79,22,109); }
div.DivClassName
{
background-color: #4F166D;
}
.BgClassName
{
background-color: #4F166D;
}
</style>
border-color css
<style>
span { border-color: #4F166D; }
span { border-color: rgb(79,22,109); }
td.TdClassName
{
border-color: #4F166D;
}
.TagClassName
{
border-color: #4F166D;
}
</style>