Shades of Blue Gem #4B358C
Tints of Blue Gem #4B358C
RGB
CMYK
RGB Variations
Color information
#4B358C (or 0x4B358C) is known color: Blue Gem. HEX triplet: 4B, 35 and 8C. RGB value is (75,53,140). Sum of RGB (Red+Green+Blue) = 75+53+140=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B358C is #B4CA73. Grayscale: #454545. Windows color (decimal): -11848308 or 9188683. OLE color: 9188683.
HSL color Cylindrical-coordinate representation of color #4B358C: hue angle of 255.17º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B358C is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 53 | 140 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.45 |
| HSL | 255.17º | 0.45% | 0.38% | - |
| HSV(B) | 255.17º | 0.62% | 0.55% | - |
| XYZ | 8.91 | 5.94 | 25.49 | - |
| YUV | 69.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 140 | 0.46 | 0.62 | 0 | 0.45 | 255.17 | 0.45 | 0.38 |
| Hex | 4B | 35 | 8C | 2E | 3E | 0 | 2D | FF | 2D | 26 |
| Octal | 113 | 65 | 214 | 56 | 76 | 0 | 55 | 377 | 55 | 46 |
| Binary | 1001011 | 110101 | 10001100 | 101110 | 111110 | 0 | 101101 | 11111111 | 101101 | 100110 |
Color Harmonies of #4B358C
Complementary color
Monochromatic Colors of #4B358C
Black with #4B358C
Text Example
Text Example
White with #4B358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B358C; }
p { color: rgb(75,53,140); }
H1.HeaderClassName
{
color: #4B358C;
}
.AnyTagClassName
{
color: #4B358C;
}
</style>
background-color css
<style>
a { background-color: #4B358C; }
a { background-color: rgb(75,53,140); }
div.DivClassName
{
background-color: #4B358C;
}
.BgClassName
{
background-color: #4B358C;
}
</style>
border-color css
<style>
span { border-color: #4B358C; }
span { border-color: rgb(75,53,140); }
td.TdClassName
{
border-color: #4B358C;
}
.TagClassName
{
border-color: #4B358C;
}
</style>