Shades of Blue Gem #4B359A
Tints of Blue Gem #4B359A
RGB
CMYK
RGB Variations
Color information
#4B359A (or 0x4B359A) is known color: Blue Gem. HEX triplet: 4B, 35 and 9A. RGB value is (75,53,154). Sum of RGB (Red+Green+Blue) = 75+53+154=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B359A is #B4CA65. Grayscale: #464646. Windows color (decimal): -11848294 or 10106187. OLE color: 10106187.
HSL color Cylindrical-coordinate representation of color #4B359A: hue angle of 253.07º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B359A is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 53 | 154 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.40 |
| HSL | 253.07º | 0.49% | 0.41% | - |
| HSV(B) | 253.07º | 0.66% | 0.6% | - |
| XYZ | 10.01 | 6.38 | 31.27 | - |
| YUV | 71.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 154 | 0.51 | 0.66 | 0 | 0.40 | 253.07 | 0.49 | 0.41 |
| Hex | 4B | 35 | 9A | 33 | 42 | 0 | 28 | FD | 31 | 29 |
| Octal | 113 | 65 | 232 | 63 | 102 | 0 | 50 | 375 | 61 | 51 |
| Binary | 1001011 | 110101 | 10011010 | 110011 | 1000010 | 0 | 101000 | 11111101 | 110001 | 101001 |
Color Harmonies of #4B359A
Complementary color
Monochromatic Colors of #4B359A
Black with #4B359A
Text Example
Text Example
White with #4B359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B359A; }
p { color: rgb(75,53,154); }
H1.HeaderClassName
{
color: #4B359A;
}
.AnyTagClassName
{
color: #4B359A;
}
</style>
background-color css
<style>
a { background-color: #4B359A; }
a { background-color: rgb(75,53,154); }
div.DivClassName
{
background-color: #4B359A;
}
.BgClassName
{
background-color: #4B359A;
}
</style>
border-color css
<style>
span { border-color: #4B359A; }
span { border-color: rgb(75,53,154); }
td.TdClassName
{
border-color: #4B359A;
}
.TagClassName
{
border-color: #4B359A;
}
</style>