Shades of Blue Diamond #4D257B
Tints of Blue Diamond #4D257B
RGB
CMYK
RGB Variations
Color information
#4D257B (or 0x4D257B) is known color: Blue Diamond. HEX triplet: 4D, 25 and 7B. RGB value is (77,37,123). Sum of RGB (Red+Green+Blue) = 77+37+123=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D257B is #B2DA84. Grayscale: #3A3A3A. Windows color (decimal): -11721349 or 8070477. OLE color: 8070477.
HSL color Cylindrical-coordinate representation of color #4D257B: hue angle of 267.91º 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 #4D257B is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 37 | 123 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.52 |
| HSL | 267.91º | 0.54% | 0.31% | - |
| HSV(B) | 267.91º | 0.7% | 0.48% | - |
| XYZ | 7.3 | 4.33 | 19.19 | - |
| YUV | 58.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 123 | 0.37 | 0.70 | 0 | 0.52 | 267.91 | 0.54 | 0.31 |
| Hex | 4D | 25 | 7B | 25 | 46 | 0 | 34 | 10C | 36 | 1F |
| Octal | 115 | 45 | 173 | 45 | 106 | 0 | 64 | 414 | 66 | 37 |
| Binary | 1001101 | 100101 | 1111011 | 100101 | 1000110 | 0 | 110100 | 100001100 | 110110 | 11111 |
Color Harmonies of #4D257B
Complementary color
Monochromatic Colors of #4D257B
Black with #4D257B
Text Example
Text Example
White with #4D257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D257B; }
p { color: rgb(77,37,123); }
H1.HeaderClassName
{
color: #4D257B;
}
.AnyTagClassName
{
color: #4D257B;
}
</style>
background-color css
<style>
a { background-color: #4D257B; }
a { background-color: rgb(77,37,123); }
div.DivClassName
{
background-color: #4D257B;
}
.BgClassName
{
background-color: #4D257B;
}
</style>
border-color css
<style>
span { border-color: #4D257B; }
span { border-color: rgb(77,37,123); }
td.TdClassName
{
border-color: #4D257B;
}
.TagClassName
{
border-color: #4D257B;
}
</style>