Shades of Blue Diamond #4B346D
Tints of Blue Diamond #4B346D
RGB
CMYK
RGB Variations
Color information
#4B346D (or 0x4B346D) is known color: Blue Diamond. HEX triplet: 4B, 34 and 6D. RGB value is (75,52,109). Sum of RGB (Red+Green+Blue) = 75+52+109=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B346D is #B4CB92. Grayscale: #414141. Windows color (decimal): -11848595 or 7156811. OLE color: 7156811.
HSL color Cylindrical-coordinate representation of color #4B346D: hue angle of 264.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B346D is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 52 | 109 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.57 |
| HSL | 264.21º | 0.35% | 0.32% | - |
| HSV(B) | 264.21º | 0.52% | 0.43% | - |
| XYZ | 6.89 | 5.06 | 15.08 | - |
| YUV | 65.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 109 | 0.31 | 0.52 | 0 | 0.57 | 264.21 | 0.35 | 0.32 |
| Hex | 4B | 34 | 6D | 1F | 34 | 0 | 39 | 108 | 23 | 20 |
| Octal | 113 | 64 | 155 | 37 | 64 | 0 | 71 | 410 | 43 | 40 |
| Binary | 1001011 | 110100 | 1101101 | 11111 | 110100 | 0 | 111001 | 100001000 | 100011 | 100000 |
Color Harmonies of #4B346D
Complementary color
Monochromatic Colors of #4B346D
Black with #4B346D
Text Example
Text Example
White with #4B346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B346D; }
p { color: rgb(75,52,109); }
H1.HeaderClassName
{
color: #4B346D;
}
.AnyTagClassName
{
color: #4B346D;
}
</style>
background-color css
<style>
a { background-color: #4B346D; }
a { background-color: rgb(75,52,109); }
div.DivClassName
{
background-color: #4B346D;
}
.BgClassName
{
background-color: #4B346D;
}
</style>
border-color css
<style>
span { border-color: #4B346D; }
span { border-color: rgb(75,52,109); }
td.TdClassName
{
border-color: #4B346D;
}
.TagClassName
{
border-color: #4B346D;
}
</style>