Shades of Blue Diamond #4F3670
Tints of Blue Diamond #4F3670
RGB
CMYK
RGB Variations
Color information
#4F3670 (or 0x4F3670) is known color: Blue Diamond. HEX triplet: 4F, 36 and 70. RGB value is (79,54,112). Sum of RGB (Red+Green+Blue) = 79+54+112=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F3670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3670 is #B0C98F. Grayscale: #434343. Windows color (decimal): -11585936 or 7353935. OLE color: 7353935.
HSL color Cylindrical-coordinate representation of color #4F3670: hue angle of 265.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F3670 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 54 | 112 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.56 |
| HSL | 265.86º | 0.35% | 0.33% | - |
| HSV(B) | 265.86º | 0.52% | 0.44% | - |
| XYZ | 7.47 | 5.47 | 15.99 | - |
| YUV | 68.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 112 | 0.29 | 0.52 | 0 | 0.56 | 265.86 | 0.35 | 0.33 |
| Hex | 4F | 36 | 70 | 1D | 34 | 0 | 38 | 10A | 23 | 21 |
| Octal | 117 | 66 | 160 | 35 | 64 | 0 | 70 | 412 | 43 | 41 |
| Binary | 1001111 | 110110 | 1110000 | 11101 | 110100 | 0 | 111000 | 100001010 | 100011 | 100001 |
Color Harmonies of #4F3670
Complementary color
Monochromatic Colors of #4F3670
Black with #4F3670
Text Example
Text Example
White with #4F3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3670; }
p { color: rgb(79,54,112); }
H1.HeaderClassName
{
color: #4F3670;
}
.AnyTagClassName
{
color: #4F3670;
}
</style>
background-color css
<style>
a { background-color: #4F3670; }
a { background-color: rgb(79,54,112); }
div.DivClassName
{
background-color: #4F3670;
}
.BgClassName
{
background-color: #4F3670;
}
</style>
border-color css
<style>
span { border-color: #4F3670; }
span { border-color: rgb(79,54,112); }
td.TdClassName
{
border-color: #4F3670;
}
.TagClassName
{
border-color: #4F3670;
}
</style>