Shades of Blue Diamond #4B236F
Tints of Blue Diamond #4B236F
RGB
CMYK
RGB Variations
Color information
#4B236F (or 0x4B236F) is known color: Blue Diamond. HEX triplet: 4B, 23 and 6F. RGB value is (75,35,111). Sum of RGB (Red+Green+Blue) = 75+35+111=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B236F is #B4DC90. Grayscale: #373737. Windows color (decimal): -11852945 or 7283531. OLE color: 7283531.
HSL color Cylindrical-coordinate representation of color #4B236F: hue angle of 271.58º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B236F is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 35 | 111 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.56 |
| HSL | 271.58º | 0.52% | 0.29% | - |
| HSV(B) | 271.58º | 0.68% | 0.44% | - |
| XYZ | 6.37 | 3.85 | 15.45 | - |
| YUV | 55.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 111 | 0.32 | 0.68 | 0 | 0.56 | 271.58 | 0.52 | 0.29 |
| Hex | 4B | 23 | 6F | 20 | 44 | 0 | 38 | 110 | 34 | 1D |
| Octal | 113 | 43 | 157 | 40 | 104 | 0 | 70 | 420 | 64 | 35 |
| Binary | 1001011 | 100011 | 1101111 | 100000 | 1000100 | 0 | 111000 | 100010000 | 110100 | 11101 |
Color Harmonies of #4B236F
Complementary color
Monochromatic Colors of #4B236F
Black with #4B236F
Text Example
Text Example
White with #4B236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B236F; }
p { color: rgb(75,35,111); }
H1.HeaderClassName
{
color: #4B236F;
}
.AnyTagClassName
{
color: #4B236F;
}
</style>
background-color css
<style>
a { background-color: #4B236F; }
a { background-color: rgb(75,35,111); }
div.DivClassName
{
background-color: #4B236F;
}
.BgClassName
{
background-color: #4B236F;
}
</style>
border-color css
<style>
span { border-color: #4B236F; }
span { border-color: rgb(75,35,111); }
td.TdClassName
{
border-color: #4B236F;
}
.TagClassName
{
border-color: #4B236F;
}
</style>