Shades of Blue Diamond #4B3165
Tints of Blue Diamond #4B3165
RGB
CMYK
RGB Variations
Color information
#4B3165 (or 0x4B3165) is known color: Blue Diamond. HEX triplet: 4B, 31 and 65. RGB value is (75,49,101). Sum of RGB (Red+Green+Blue) = 75+49+101=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B3165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3165 is #B4CE9A. Grayscale: #3E3E3E. Windows color (decimal): -11849371 or 6631755. OLE color: 6631755.
HSL color Cylindrical-coordinate representation of color #4B3165: hue angle of 270º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3165 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 49 | 101 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.60 |
| HSL | 270º | 0.35% | 0.29% | - |
| HSV(B) | 270º | 0.51% | 0.4% | - |
| XYZ | 6.35 | 4.63 | 12.87 | - |
| YUV | 62.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 101 | 0.26 | 0.51 | 0 | 0.60 | 270 | 0.35 | 0.29 |
| Hex | 4B | 31 | 65 | 1A | 33 | 0 | 3C | 10E | 23 | 1D |
| Octal | 113 | 61 | 145 | 32 | 63 | 0 | 74 | 416 | 43 | 35 |
| Binary | 1001011 | 110001 | 1100101 | 11010 | 110011 | 0 | 111100 | 100001110 | 100011 | 11101 |
Color Harmonies of #4B3165
Complementary color
Monochromatic Colors of #4B3165
Black with #4B3165
Text Example
Text Example
White with #4B3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3165; }
p { color: rgb(75,49,101); }
H1.HeaderClassName
{
color: #4B3165;
}
.AnyTagClassName
{
color: #4B3165;
}
</style>
background-color css
<style>
a { background-color: #4B3165; }
a { background-color: rgb(75,49,101); }
div.DivClassName
{
background-color: #4B3165;
}
.BgClassName
{
background-color: #4B3165;
}
</style>
border-color css
<style>
span { border-color: #4B3165; }
span { border-color: rgb(75,49,101); }
td.TdClassName
{
border-color: #4B3165;
}
.TagClassName
{
border-color: #4B3165;
}
</style>