Shades of Blue Gem #4B3CA4
Tints of Blue Gem #4B3CA4
RGB
CMYK
RGB Variations
Color information
#4B3CA4 (or 0x4B3CA4) is known color: Blue Gem. HEX triplet: 4B, 3C and A4. RGB value is (75,60,164). Sum of RGB (Red+Green+Blue) = 75+60+164=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B3CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3CA4 is #B4C35B. Grayscale: #4B4B4B. Windows color (decimal): -11846492 or 10763339. OLE color: 10763339.
HSL color Cylindrical-coordinate representation of color #4B3CA4: hue angle of 248.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B3CA4 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 60 | 164 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.36 |
| HSL | 248.65º | 0.46% | 0.44% | - |
| HSV(B) | 248.65º | 0.63% | 0.64% | - |
| XYZ | 11.22 | 7.41 | 35.96 | - |
| YUV | 76.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 164 | 0.54 | 0.63 | 0 | 0.36 | 248.65 | 0.46 | 0.44 |
| Hex | 4B | 3C | A4 | 36 | 3F | 0 | 24 | F9 | 2E | 2C |
| Octal | 113 | 74 | 244 | 66 | 77 | 0 | 44 | 371 | 56 | 54 |
| Binary | 1001011 | 111100 | 10100100 | 110110 | 111111 | 0 | 100100 | 11111001 | 101110 | 101100 |
Color Harmonies of #4B3CA4
Complementary color
Monochromatic Colors of #4B3CA4
Black with #4B3CA4
Text Example
Text Example
White with #4B3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3CA4; }
p { color: rgb(75,60,164); }
H1.HeaderClassName
{
color: #4B3CA4;
}
.AnyTagClassName
{
color: #4B3CA4;
}
</style>
background-color css
<style>
a { background-color: #4B3CA4; }
a { background-color: rgb(75,60,164); }
div.DivClassName
{
background-color: #4B3CA4;
}
.BgClassName
{
background-color: #4B3CA4;
}
</style>
border-color css
<style>
span { border-color: #4B3CA4; }
span { border-color: rgb(75,60,164); }
td.TdClassName
{
border-color: #4B3CA4;
}
.TagClassName
{
border-color: #4B3CA4;
}
</style>