Shades of Blue Diamond #4B3169
Tints of Blue Diamond #4B3169
RGB
CMYK
RGB Variations
Color information
#4B3169 (or 0x4B3169) is known color: Blue Diamond. HEX triplet: 4B, 31 and 69. RGB value is (75,49,105). Sum of RGB (Red+Green+Blue) = 75+49+105=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B3169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3169 is #B4CE96. Grayscale: #3E3E3E. Windows color (decimal): -11849367 or 6893899. OLE color: 6893899.
HSL color Cylindrical-coordinate representation of color #4B3169: hue angle of 267.86º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B3169 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 49 | 105 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.59 |
| HSL | 267.86º | 0.36% | 0.3% | - |
| HSV(B) | 267.86º | 0.53% | 0.41% | - |
| XYZ | 6.55 | 4.71 | 13.93 | - |
| YUV | 63.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 105 | 0.29 | 0.53 | 0 | 0.59 | 267.86 | 0.36 | 0.3 |
| Hex | 4B | 31 | 69 | 1D | 35 | 0 | 3B | 10C | 24 | 1E |
| Octal | 113 | 61 | 151 | 35 | 65 | 0 | 73 | 414 | 44 | 36 |
| Binary | 1001011 | 110001 | 1101001 | 11101 | 110101 | 0 | 111011 | 100001100 | 100100 | 11110 |
Color Harmonies of #4B3169
Complementary color
Monochromatic Colors of #4B3169
Black with #4B3169
Text Example
Text Example
White with #4B3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3169; }
p { color: rgb(75,49,105); }
H1.HeaderClassName
{
color: #4B3169;
}
.AnyTagClassName
{
color: #4B3169;
}
</style>
background-color css
<style>
a { background-color: #4B3169; }
a { background-color: rgb(75,49,105); }
div.DivClassName
{
background-color: #4B3169;
}
.BgClassName
{
background-color: #4B3169;
}
</style>
border-color css
<style>
span { border-color: #4B3169; }
span { border-color: rgb(75,49,105); }
td.TdClassName
{
border-color: #4B3169;
}
.TagClassName
{
border-color: #4B3169;
}
</style>