Shades of Blue Diamond #4F197D
Tints of Blue Diamond #4F197D
RGB
CMYK
RGB Variations
Color information
#4F197D (or 0x4F197D) is known color: Blue Diamond. HEX triplet: 4F, 19 and 7D. RGB value is (79,25,125). Sum of RGB (Red+Green+Blue) = 79+25+125=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F197D is #B0E682. Grayscale: #343434. Windows color (decimal): -11593347 or 8198479. OLE color: 8198479.
HSL color Cylindrical-coordinate representation of color #4F197D: hue angle of 272.4º degrees, saturation: 0.67, 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 #4F197D is Cyan = 0.37, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 25 | 125 | - |
| CMYK | 0.37 | 0.8 | 0 | 0.51 |
| HSL | 272.4º | 0.67% | 0.29% | - |
| HSV(B) | 272.4º | 0.8% | 0.49% | - |
| XYZ | 7.27 | 3.84 | 19.76 | - |
| YUV | 52.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 125 | 0.37 | 0.8 | 0 | 0.51 | 272.4 | 0.67 | 0.29 |
| Hex | 4F | 19 | 7D | 25 | 50 | 0 | 33 | 110 | 43 | 1D |
| Octal | 117 | 31 | 175 | 45 | 120 | 0 | 63 | 420 | 103 | 35 |
| Binary | 1001111 | 11001 | 1111101 | 100101 | 1010000 | 0 | 110011 | 100010000 | 1000011 | 11101 |
Color Harmonies of #4F197D
Complementary color
Monochromatic Colors of #4F197D
Black with #4F197D
Text Example
Text Example
White with #4F197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F197D; }
p { color: rgb(79,25,125); }
H1.HeaderClassName
{
color: #4F197D;
}
.AnyTagClassName
{
color: #4F197D;
}
</style>
background-color css
<style>
a { background-color: #4F197D; }
a { background-color: rgb(79,25,125); }
div.DivClassName
{
background-color: #4F197D;
}
.BgClassName
{
background-color: #4F197D;
}
</style>
border-color css
<style>
span { border-color: #4F197D; }
span { border-color: rgb(79,25,125); }
td.TdClassName
{
border-color: #4F197D;
}
.TagClassName
{
border-color: #4F197D;
}
</style>