Shades of Blue Diamond #4F196B
Tints of Blue Diamond #4F196B
RGB
CMYK
RGB Variations
Color information
#4F196B (or 0x4F196B) is known color: Blue Diamond. HEX triplet: 4F, 19 and 6B. RGB value is (79,25,107). Sum of RGB (Red+Green+Blue) = 79+25+107=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F196B is #B0E694. Grayscale: #323232. Windows color (decimal): -11593365 or 7018831. OLE color: 7018831.
HSL color Cylindrical-coordinate representation of color #4F196B: hue angle of 279.51º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F196B is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 25 | 107 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.58 |
| HSL | 279.51º | 0.62% | 0.26% | - |
| HSV(B) | 279.51º | 0.77% | 0.42% | - |
| XYZ | 6.23 | 3.42 | 14.24 | - |
| YUV | 50.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 107 | 0.26 | 0.77 | 0 | 0.58 | 279.51 | 0.62 | 0.26 |
| Hex | 4F | 19 | 6B | 1A | 4D | 0 | 3A | 118 | 3E | 1A |
| Octal | 117 | 31 | 153 | 32 | 115 | 0 | 72 | 430 | 76 | 32 |
| Binary | 1001111 | 11001 | 1101011 | 11010 | 1001101 | 0 | 111010 | 100011000 | 111110 | 11010 |
Color Harmonies of #4F196B
Complementary color
Monochromatic Colors of #4F196B
Black with #4F196B
Text Example
Text Example
White with #4F196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F196B; }
p { color: rgb(79,25,107); }
H1.HeaderClassName
{
color: #4F196B;
}
.AnyTagClassName
{
color: #4F196B;
}
</style>
background-color css
<style>
a { background-color: #4F196B; }
a { background-color: rgb(79,25,107); }
div.DivClassName
{
background-color: #4F196B;
}
.BgClassName
{
background-color: #4F196B;
}
</style>
border-color css
<style>
span { border-color: #4F196B; }
span { border-color: rgb(79,25,107); }
td.TdClassName
{
border-color: #4F196B;
}
.TagClassName
{
border-color: #4F196B;
}
</style>