Shades of Blue Diamond #4B346E
Tints of Blue Diamond #4B346E
RGB
CMYK
RGB Variations
Color information
#4B346E (or 0x4B346E) is known color: Blue Diamond. HEX triplet: 4B, 34 and 6E. RGB value is (75,52,110). Sum of RGB (Red+Green+Blue) = 75+52+110=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B346E is #B4CB91. Grayscale: #414141. Windows color (decimal): -11848594 or 7222347. OLE color: 7222347.
HSL color Cylindrical-coordinate representation of color #4B346E: hue angle of 263.79º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B346E is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 52 | 110 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.57 |
| HSL | 263.79º | 0.36% | 0.32% | - |
| HSV(B) | 263.79º | 0.53% | 0.43% | - |
| XYZ | 6.94 | 5.08 | 15.37 | - |
| YUV | 65.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 110 | 0.32 | 0.53 | 0 | 0.57 | 263.79 | 0.36 | 0.32 |
| Hex | 4B | 34 | 6E | 20 | 35 | 0 | 39 | 108 | 24 | 20 |
| Octal | 113 | 64 | 156 | 40 | 65 | 0 | 71 | 410 | 44 | 40 |
| Binary | 1001011 | 110100 | 1101110 | 100000 | 110101 | 0 | 111001 | 100001000 | 100100 | 100000 |
Color Harmonies of #4B346E
Complementary color
Monochromatic Colors of #4B346E
Black with #4B346E
Text Example
Text Example
White with #4B346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B346E; }
p { color: rgb(75,52,110); }
H1.HeaderClassName
{
color: #4B346E;
}
.AnyTagClassName
{
color: #4B346E;
}
</style>
background-color css
<style>
a { background-color: #4B346E; }
a { background-color: rgb(75,52,110); }
div.DivClassName
{
background-color: #4B346E;
}
.BgClassName
{
background-color: #4B346E;
}
</style>
border-color css
<style>
span { border-color: #4B346E; }
span { border-color: rgb(75,52,110); }
td.TdClassName
{
border-color: #4B346E;
}
.TagClassName
{
border-color: #4B346E;
}
</style>