Shades of Blue Diamond #4F2678
Tints of Blue Diamond #4F2678
RGB
CMYK
RGB Variations
Color information
#4F2678 (or 0x4F2678) is known color: Blue Diamond. HEX triplet: 4F, 26 and 78. RGB value is (79,38,120). Sum of RGB (Red+Green+Blue) = 79+38+120=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F2678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2678 is #B0D987. Grayscale: #3B3B3B. Windows color (decimal): -11590024 or 7874127. OLE color: 7874127.
HSL color Cylindrical-coordinate representation of color #4F2678: hue angle of 270º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F2678 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 38 | 120 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.53 |
| HSL | 270º | 0.52% | 0.31% | - |
| HSV(B) | 270º | 0.68% | 0.47% | - |
| XYZ | 7.31 | 4.4 | 18.23 | - |
| YUV | 59.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 120 | 0.34 | 0.68 | 0 | 0.53 | 270 | 0.52 | 0.31 |
| Hex | 4F | 26 | 78 | 22 | 44 | 0 | 35 | 10E | 34 | 1F |
| Octal | 117 | 46 | 170 | 42 | 104 | 0 | 65 | 416 | 64 | 37 |
| Binary | 1001111 | 100110 | 1111000 | 100010 | 1000100 | 0 | 110101 | 100001110 | 110100 | 11111 |
Color Harmonies of #4F2678
Complementary color
Monochromatic Colors of #4F2678
Black with #4F2678
Text Example
Text Example
White with #4F2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2678; }
p { color: rgb(79,38,120); }
H1.HeaderClassName
{
color: #4F2678;
}
.AnyTagClassName
{
color: #4F2678;
}
</style>
background-color css
<style>
a { background-color: #4F2678; }
a { background-color: rgb(79,38,120); }
div.DivClassName
{
background-color: #4F2678;
}
.BgClassName
{
background-color: #4F2678;
}
</style>
border-color css
<style>
span { border-color: #4F2678; }
span { border-color: rgb(79,38,120); }
td.TdClassName
{
border-color: #4F2678;
}
.TagClassName
{
border-color: #4F2678;
}
</style>