Shades of Blue Diamond #4E3665
Tints of Blue Diamond #4E3665
RGB
CMYK
RGB Variations
Color information
#4E3665 (or 0x4E3665) is known color: Blue Diamond. HEX triplet: 4E, 36 and 65. RGB value is (78,54,101). Sum of RGB (Red+Green+Blue) = 78+54+101=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E3665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3665 is #B1C99A. Grayscale: #424242. Windows color (decimal): -11651483 or 6633038. OLE color: 6633038.
HSL color Cylindrical-coordinate representation of color #4E3665: hue angle of 270.64º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E3665 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 54 | 101 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.60 |
| HSL | 270.64º | 0.3% | 0.3% | - |
| HSV(B) | 270.64º | 0.47% | 0.4% | - |
| XYZ | 6.81 | 5.2 | 12.96 | - |
| YUV | 66.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 101 | 0.23 | 0.47 | 0 | 0.60 | 270.64 | 0.3 | 0.3 |
| Hex | 4E | 36 | 65 | 17 | 2F | 0 | 3C | 10F | 1E | 1E |
| Octal | 116 | 66 | 145 | 27 | 57 | 0 | 74 | 417 | 36 | 36 |
| Binary | 1001110 | 110110 | 1100101 | 10111 | 101111 | 0 | 111100 | 100001111 | 11110 | 11110 |
Color Harmonies of #4E3665
Complementary color
Monochromatic Colors of #4E3665
Black with #4E3665
Text Example
Text Example
White with #4E3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3665; }
p { color: rgb(78,54,101); }
H1.HeaderClassName
{
color: #4E3665;
}
.AnyTagClassName
{
color: #4E3665;
}
</style>
background-color css
<style>
a { background-color: #4E3665; }
a { background-color: rgb(78,54,101); }
div.DivClassName
{
background-color: #4E3665;
}
.BgClassName
{
background-color: #4E3665;
}
</style>
border-color css
<style>
span { border-color: #4E3665; }
span { border-color: rgb(78,54,101); }
td.TdClassName
{
border-color: #4E3665;
}
.TagClassName
{
border-color: #4E3665;
}
</style>