Shades of Blue Diamond #4F3878
Tints of Blue Diamond #4F3878
RGB
CMYK
RGB Variations
Color information
#4F3878 (or 0x4F3878) is known color: Blue Diamond. HEX triplet: 4F, 38 and 78. RGB value is (79,56,120). Sum of RGB (Red+Green+Blue) = 79+56+120=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3878 is #B0C787. Grayscale: #454545. Windows color (decimal): -11585416 or 7878735. OLE color: 7878735.
HSL color Cylindrical-coordinate representation of color #4F3878: hue angle of 261.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3878 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 56 | 120 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.53 |
| HSL | 261.56º | 0.36% | 0.35% | - |
| HSV(B) | 261.56º | 0.53% | 0.47% | - |
| XYZ | 8.03 | 5.85 | 18.47 | - |
| YUV | 70.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 120 | 0.34 | 0.53 | 0 | 0.53 | 261.56 | 0.36 | 0.35 |
| Hex | 4F | 38 | 78 | 22 | 35 | 0 | 35 | 106 | 24 | 23 |
| Octal | 117 | 70 | 170 | 42 | 65 | 0 | 65 | 406 | 44 | 43 |
| Binary | 1001111 | 111000 | 1111000 | 100010 | 110101 | 0 | 110101 | 100000110 | 100100 | 100011 |
Color Harmonies of #4F3878
Complementary color
Monochromatic Colors of #4F3878
Black with #4F3878
Text Example
Text Example
White with #4F3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3878; }
p { color: rgb(79,56,120); }
H1.HeaderClassName
{
color: #4F3878;
}
.AnyTagClassName
{
color: #4F3878;
}
</style>
background-color css
<style>
a { background-color: #4F3878; }
a { background-color: rgb(79,56,120); }
div.DivClassName
{
background-color: #4F3878;
}
.BgClassName
{
background-color: #4F3878;
}
</style>
border-color css
<style>
span { border-color: #4F3878; }
span { border-color: rgb(79,56,120); }
td.TdClassName
{
border-color: #4F3878;
}
.TagClassName
{
border-color: #4F3878;
}
</style>