Shades of Blue Diamond #4F197B
Tints of Blue Diamond #4F197B
RGB
CMYK
RGB Variations
Color information
#4F197B (or 0x4F197B) is known color: Blue Diamond. HEX triplet: 4F, 19 and 7B. RGB value is (79,25,123). Sum of RGB (Red+Green+Blue) = 79+25+123=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F197B is #B0E684. Grayscale: #333333. Windows color (decimal): -11593349 or 8067407. OLE color: 8067407.
HSL color Cylindrical-coordinate representation of color #4F197B: hue angle of 273.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F197B is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 25 | 123 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.52 |
| HSL | 273.06º | 0.66% | 0.29% | - |
| HSV(B) | 273.06º | 0.8% | 0.48% | - |
| XYZ | 7.15 | 3.79 | 19.09 | - |
| YUV | 52.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 123 | 0.36 | 0.80 | 0 | 0.52 | 273.06 | 0.66 | 0.29 |
| Hex | 4F | 19 | 7B | 24 | 50 | 0 | 34 | 111 | 42 | 1D |
| Octal | 117 | 31 | 173 | 44 | 120 | 0 | 64 | 421 | 102 | 35 |
| Binary | 1001111 | 11001 | 1111011 | 100100 | 1010000 | 0 | 110100 | 100010001 | 1000010 | 11101 |
Color Harmonies of #4F197B
Complementary color
Monochromatic Colors of #4F197B
Black with #4F197B
Text Example
Text Example
White with #4F197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F197B; }
p { color: rgb(79,25,123); }
H1.HeaderClassName
{
color: #4F197B;
}
.AnyTagClassName
{
color: #4F197B;
}
</style>
background-color css
<style>
a { background-color: #4F197B; }
a { background-color: rgb(79,25,123); }
div.DivClassName
{
background-color: #4F197B;
}
.BgClassName
{
background-color: #4F197B;
}
</style>
border-color css
<style>
span { border-color: #4F197B; }
span { border-color: rgb(79,25,123); }
td.TdClassName
{
border-color: #4F197B;
}
.TagClassName
{
border-color: #4F197B;
}
</style>