Shades of Blue Diamond #4E306B
Tints of Blue Diamond #4E306B
RGB
CMYK
RGB Variations
Color information
#4E306B (or 0x4E306B) is known color: Blue Diamond. HEX triplet: 4E, 30 and 6B. RGB value is (78,48,107). Sum of RGB (Red+Green+Blue) = 78+48+107=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E306B is #B1CF94. Grayscale: #3F3F3F. Windows color (decimal): -11653013 or 7024718. OLE color: 7024718.
HSL color Cylindrical-coordinate representation of color #4E306B: hue angle of 270.51º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E306B is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 48 | 107 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.58 |
| HSL | 270.51º | 0.38% | 0.3% | - |
| HSV(B) | 270.51º | 0.55% | 0.42% | - |
| XYZ | 6.85 | 4.8 | 14.47 | - |
| YUV | 63.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 107 | 0.27 | 0.55 | 0 | 0.58 | 270.51 | 0.38 | 0.3 |
| Hex | 4E | 30 | 6B | 1B | 37 | 0 | 3A | 10F | 26 | 1E |
| Octal | 116 | 60 | 153 | 33 | 67 | 0 | 72 | 417 | 46 | 36 |
| Binary | 1001110 | 110000 | 1101011 | 11011 | 110111 | 0 | 111010 | 100001111 | 100110 | 11110 |
Color Harmonies of #4E306B
Complementary color
Monochromatic Colors of #4E306B
Black with #4E306B
Text Example
Text Example
White with #4E306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E306B; }
p { color: rgb(78,48,107); }
H1.HeaderClassName
{
color: #4E306B;
}
.AnyTagClassName
{
color: #4E306B;
}
</style>
background-color css
<style>
a { background-color: #4E306B; }
a { background-color: rgb(78,48,107); }
div.DivClassName
{
background-color: #4E306B;
}
.BgClassName
{
background-color: #4E306B;
}
</style>
border-color css
<style>
span { border-color: #4E306B; }
span { border-color: rgb(78,48,107); }
td.TdClassName
{
border-color: #4E306B;
}
.TagClassName
{
border-color: #4E306B;
}
</style>