Shades of Blue Diamond #4E3474
Tints of Blue Diamond #4E3474
RGB
CMYK
RGB Variations
Color information
#4E3474 (or 0x4E3474) is known color: Blue Diamond. HEX triplet: 4E, 34 and 74. RGB value is (78,52,116). Sum of RGB (Red+Green+Blue) = 78+52+116=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E3474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3474 is #B1CB8B. Grayscale: #424242. Windows color (decimal): -11651980 or 7615566. OLE color: 7615566.
HSL color Cylindrical-coordinate representation of color #4E3474: hue angle of 264.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E3474 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 52 | 116 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.55 |
| HSL | 264.38º | 0.38% | 0.33% | - |
| HSV(B) | 264.38º | 0.55% | 0.45% | - |
| XYZ | 7.52 | 5.34 | 17.16 | - |
| YUV | 67.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 116 | 0.33 | 0.55 | 0 | 0.55 | 264.38 | 0.38 | 0.33 |
| Hex | 4E | 34 | 74 | 21 | 37 | 0 | 37 | 108 | 26 | 21 |
| Octal | 116 | 64 | 164 | 41 | 67 | 0 | 67 | 410 | 46 | 41 |
| Binary | 1001110 | 110100 | 1110100 | 100001 | 110111 | 0 | 110111 | 100001000 | 100110 | 100001 |
Color Harmonies of #4E3474
Complementary color
Monochromatic Colors of #4E3474
Black with #4E3474
Text Example
Text Example
White with #4E3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3474; }
p { color: rgb(78,52,116); }
H1.HeaderClassName
{
color: #4E3474;
}
.AnyTagClassName
{
color: #4E3474;
}
</style>
background-color css
<style>
a { background-color: #4E3474; }
a { background-color: rgb(78,52,116); }
div.DivClassName
{
background-color: #4E3474;
}
.BgClassName
{
background-color: #4E3474;
}
</style>
border-color css
<style>
span { border-color: #4E3474; }
span { border-color: rgb(78,52,116); }
td.TdClassName
{
border-color: #4E3474;
}
.TagClassName
{
border-color: #4E3474;
}
</style>