Shades of Blue Diamond #4E257B
Tints of Blue Diamond #4E257B
RGB
CMYK
RGB Variations
Color information
#4E257B (or 0x4E257B) is known color: Blue Diamond. HEX triplet: 4E, 25 and 7B. RGB value is (78,37,123). Sum of RGB (Red+Green+Blue) = 78+37+123=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E257B is #B1DA84. Grayscale: #3A3A3A. Windows color (decimal): -11655813 or 8070478. OLE color: 8070478.
HSL color Cylindrical-coordinate representation of color #4E257B: hue angle of 268.6º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E257B is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 37 | 123 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.52 |
| HSL | 268.6º | 0.54% | 0.31% | - |
| HSV(B) | 268.6º | 0.7% | 0.48% | - |
| XYZ | 7.38 | 4.37 | 19.19 | - |
| YUV | 59.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 123 | 0.37 | 0.70 | 0 | 0.52 | 268.6 | 0.54 | 0.31 |
| Hex | 4E | 25 | 7B | 25 | 46 | 0 | 34 | 10D | 36 | 1F |
| Octal | 116 | 45 | 173 | 45 | 106 | 0 | 64 | 415 | 66 | 37 |
| Binary | 1001110 | 100101 | 1111011 | 100101 | 1000110 | 0 | 110100 | 100001101 | 110110 | 11111 |
Color Harmonies of #4E257B
Complementary color
Monochromatic Colors of #4E257B
Black with #4E257B
Text Example
Text Example
White with #4E257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E257B; }
p { color: rgb(78,37,123); }
H1.HeaderClassName
{
color: #4E257B;
}
.AnyTagClassName
{
color: #4E257B;
}
</style>
background-color css
<style>
a { background-color: #4E257B; }
a { background-color: rgb(78,37,123); }
div.DivClassName
{
background-color: #4E257B;
}
.BgClassName
{
background-color: #4E257B;
}
</style>
border-color css
<style>
span { border-color: #4E257B; }
span { border-color: rgb(78,37,123); }
td.TdClassName
{
border-color: #4E257B;
}
.TagClassName
{
border-color: #4E257B;
}
</style>