Shades of Blue Diamond #4E3467
Tints of Blue Diamond #4E3467
RGB
CMYK
RGB Variations
Color information
#4E3467 (or 0x4E3467) is known color: Blue Diamond. HEX triplet: 4E, 34 and 67. RGB value is (78,52,103). Sum of RGB (Red+Green+Blue) = 78+52+103=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3467 is #B1CB98. Grayscale: #414141. Windows color (decimal): -11651993 or 6763598. OLE color: 6763598.
HSL color Cylindrical-coordinate representation of color #4E3467: hue angle of 270.59º degrees, saturation: 0.33, 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 #4E3467 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 52 | 103 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.60 |
| HSL | 270.59º | 0.33% | 0.3% | - |
| HSV(B) | 270.59º | 0.5% | 0.4% | - |
| XYZ | 6.82 | 5.05 | 13.45 | - |
| YUV | 65.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 103 | 0.24 | 0.50 | 0 | 0.60 | 270.59 | 0.33 | 0.3 |
| Hex | 4E | 34 | 67 | 18 | 32 | 0 | 3C | 10F | 21 | 1E |
| Octal | 116 | 64 | 147 | 30 | 62 | 0 | 74 | 417 | 41 | 36 |
| Binary | 1001110 | 110100 | 1100111 | 11000 | 110010 | 0 | 111100 | 100001111 | 100001 | 11110 |
Color Harmonies of #4E3467
Complementary color
Monochromatic Colors of #4E3467
Black with #4E3467
Text Example
Text Example
White with #4E3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3467; }
p { color: rgb(78,52,103); }
H1.HeaderClassName
{
color: #4E3467;
}
.AnyTagClassName
{
color: #4E3467;
}
</style>
background-color css
<style>
a { background-color: #4E3467; }
a { background-color: rgb(78,52,103); }
div.DivClassName
{
background-color: #4E3467;
}
.BgClassName
{
background-color: #4E3467;
}
</style>
border-color css
<style>
span { border-color: #4E3467; }
span { border-color: rgb(78,52,103); }
td.TdClassName
{
border-color: #4E3467;
}
.TagClassName
{
border-color: #4E3467;
}
</style>