Shades of Blue Diamond #4F166C
Tints of Blue Diamond #4F166C
RGB
CMYK
RGB Variations
Color information
#4F166C (or 0x4F166C) is known color: Blue Diamond. HEX triplet: 4F, 16 and 6C. RGB value is (79,22,108). Sum of RGB (Red+Green+Blue) = 79+22+108=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F166C is #B0E993. Grayscale: #303030. Windows color (decimal): -11594132 or 7083599. OLE color: 7083599.
HSL color Cylindrical-coordinate representation of color #4F166C: hue angle of 279.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F166C is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 22 | 108 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.58 |
| HSL | 279.77º | 0.66% | 0.25% | - |
| HSV(B) | 279.77º | 0.8% | 0.42% | - |
| XYZ | 6.22 | 3.32 | 14.5 | - |
| YUV | 48.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 108 | 0.27 | 0.80 | 0 | 0.58 | 279.77 | 0.66 | 0.25 |
| Hex | 4F | 16 | 6C | 1B | 50 | 0 | 3A | 118 | 42 | 19 |
| Octal | 117 | 26 | 154 | 33 | 120 | 0 | 72 | 430 | 102 | 31 |
| Binary | 1001111 | 10110 | 1101100 | 11011 | 1010000 | 0 | 111010 | 100011000 | 1000010 | 11001 |
Color Harmonies of #4F166C
Complementary color
Monochromatic Colors of #4F166C
Black with #4F166C
Text Example
Text Example
White with #4F166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F166C; }
p { color: rgb(79,22,108); }
H1.HeaderClassName
{
color: #4F166C;
}
.AnyTagClassName
{
color: #4F166C;
}
</style>
background-color css
<style>
a { background-color: #4F166C; }
a { background-color: rgb(79,22,108); }
div.DivClassName
{
background-color: #4F166C;
}
.BgClassName
{
background-color: #4F166C;
}
</style>
border-color css
<style>
span { border-color: #4F166C; }
span { border-color: rgb(79,22,108); }
td.TdClassName
{
border-color: #4F166C;
}
.TagClassName
{
border-color: #4F166C;
}
</style>