Shades of Blue Diamond #4E3265
Tints of Blue Diamond #4E3265
RGB
CMYK
RGB Variations
Color information
#4E3265 (or 0x4E3265) is known color: Blue Diamond. HEX triplet: 4E, 32 and 65. RGB value is (78,50,101). Sum of RGB (Red+Green+Blue) = 78+50+101=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E3265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3265 is #B1CD9A. Grayscale: #404040. Windows color (decimal): -11652507 or 6632014. OLE color: 6632014.
HSL color Cylindrical-coordinate representation of color #4E3265: hue angle of 272.94º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E3265 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 50 | 101 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.60 |
| HSL | 272.94º | 0.34% | 0.3% | - |
| HSV(B) | 272.94º | 0.5% | 0.4% | - |
| XYZ | 6.63 | 4.84 | 12.9 | - |
| YUV | 64.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 101 | 0.23 | 0.50 | 0 | 0.60 | 272.94 | 0.34 | 0.3 |
| Hex | 4E | 32 | 65 | 17 | 32 | 0 | 3C | 111 | 22 | 1E |
| Octal | 116 | 62 | 145 | 27 | 62 | 0 | 74 | 421 | 42 | 36 |
| Binary | 1001110 | 110010 | 1100101 | 10111 | 110010 | 0 | 111100 | 100010001 | 100010 | 11110 |
Color Harmonies of #4E3265
Complementary color
Monochromatic Colors of #4E3265
Black with #4E3265
Text Example
Text Example
White with #4E3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3265; }
p { color: rgb(78,50,101); }
H1.HeaderClassName
{
color: #4E3265;
}
.AnyTagClassName
{
color: #4E3265;
}
</style>
background-color css
<style>
a { background-color: #4E3265; }
a { background-color: rgb(78,50,101); }
div.DivClassName
{
background-color: #4E3265;
}
.BgClassName
{
background-color: #4E3265;
}
</style>
border-color css
<style>
span { border-color: #4E3265; }
span { border-color: rgb(78,50,101); }
td.TdClassName
{
border-color: #4E3265;
}
.TagClassName
{
border-color: #4E3265;
}
</style>