Shades of Blue Diamond #4F3671
Tints of Blue Diamond #4F3671
RGB
CMYK
RGB Variations
Color information
#4F3671 (or 0x4F3671) is known color: Blue Diamond. HEX triplet: 4F, 36 and 71. RGB value is (79,54,113). Sum of RGB (Red+Green+Blue) = 79+54+113=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3671 is #B0C98E. Grayscale: #434343. Windows color (decimal): -11585935 or 7419471. OLE color: 7419471.
HSL color Cylindrical-coordinate representation of color #4F3671: hue angle of 265.42º 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 #4F3671 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 54 | 113 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.56 |
| HSL | 265.42º | 0.35% | 0.33% | - |
| HSV(B) | 265.42º | 0.52% | 0.44% | - |
| XYZ | 7.52 | 5.49 | 16.29 | - |
| YUV | 68.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 113 | 0.30 | 0.52 | 0 | 0.56 | 265.42 | 0.35 | 0.33 |
| Hex | 4F | 36 | 71 | 1E | 34 | 0 | 38 | 109 | 23 | 21 |
| Octal | 117 | 66 | 161 | 36 | 64 | 0 | 70 | 411 | 43 | 41 |
| Binary | 1001111 | 110110 | 1110001 | 11110 | 110100 | 0 | 111000 | 100001001 | 100011 | 100001 |
Color Harmonies of #4F3671
Complementary color
Monochromatic Colors of #4F3671
Black with #4F3671
Text Example
Text Example
White with #4F3671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3671; }
p { color: rgb(79,54,113); }
H1.HeaderClassName
{
color: #4F3671;
}
.AnyTagClassName
{
color: #4F3671;
}
</style>
background-color css
<style>
a { background-color: #4F3671; }
a { background-color: rgb(79,54,113); }
div.DivClassName
{
background-color: #4F3671;
}
.BgClassName
{
background-color: #4F3671;
}
</style>
border-color css
<style>
span { border-color: #4F3671; }
span { border-color: rgb(79,54,113); }
td.TdClassName
{
border-color: #4F3671;
}
.TagClassName
{
border-color: #4F3671;
}
</style>