Shades of Blue Diamond #4F197C
Tints of Blue Diamond #4F197C
RGB
CMYK
RGB Variations
Color information
#4F197C (or 0x4F197C) is known color: Blue Diamond. HEX triplet: 4F, 19 and 7C. RGB value is (79,25,124). Sum of RGB (Red+Green+Blue) = 79+25+124=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F197C is #B0E683. Grayscale: #343434. Windows color (decimal): -11593348 or 8132943. OLE color: 8132943.
HSL color Cylindrical-coordinate representation of color #4F197C: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F197C is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 25 | 124 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.51 |
| HSL | 272.73º | 0.66% | 0.29% | - |
| HSV(B) | 272.73º | 0.8% | 0.49% | - |
| XYZ | 7.21 | 3.81 | 19.42 | - |
| YUV | 52.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 124 | 0.36 | 0.80 | 0 | 0.51 | 272.73 | 0.66 | 0.29 |
| Hex | 4F | 19 | 7C | 24 | 50 | 0 | 33 | 111 | 42 | 1D |
| Octal | 117 | 31 | 174 | 44 | 120 | 0 | 63 | 421 | 102 | 35 |
| Binary | 1001111 | 11001 | 1111100 | 100100 | 1010000 | 0 | 110011 | 100010001 | 1000010 | 11101 |
Color Harmonies of #4F197C
Complementary color
Monochromatic Colors of #4F197C
Black with #4F197C
Text Example
Text Example
White with #4F197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F197C; }
p { color: rgb(79,25,124); }
H1.HeaderClassName
{
color: #4F197C;
}
.AnyTagClassName
{
color: #4F197C;
}
</style>
background-color css
<style>
a { background-color: #4F197C; }
a { background-color: rgb(79,25,124); }
div.DivClassName
{
background-color: #4F197C;
}
.BgClassName
{
background-color: #4F197C;
}
</style>
border-color css
<style>
span { border-color: #4F197C; }
span { border-color: rgb(79,25,124); }
td.TdClassName
{
border-color: #4F197C;
}
.TagClassName
{
border-color: #4F197C;
}
</style>