Shades of Blue Gem #4B3CAF
Tints of Blue Gem #4B3CAF
RGB
CMYK
RGB Variations
Color information
#4B3CAF (or 0x4B3CAF) is known color: Blue Gem. HEX triplet: 4B, 3C and AF. RGB value is (75,60,175). Sum of RGB (Red+Green+Blue) = 75+60+175=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B3CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3CAF is #B4C350. Grayscale: #4D4D4D. Windows color (decimal): -11846481 or 11484235. OLE color: 11484235.
HSL color Cylindrical-coordinate representation of color #4B3CAF: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B3CAF is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 60 | 175 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.31 |
| HSL | 247.83º | 0.49% | 0.46% | - |
| HSV(B) | 247.83º | 0.66% | 0.69% | - |
| XYZ | 12.26 | 7.82 | 41.42 | - |
| YUV | 77.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 175 | 0.57 | 0.66 | 0 | 0.31 | 247.83 | 0.49 | 0.46 |
| Hex | 4B | 3C | AF | 39 | 42 | 0 | 1F | F8 | 31 | 2E |
| Octal | 113 | 74 | 257 | 71 | 102 | 0 | 37 | 370 | 61 | 56 |
| Binary | 1001011 | 111100 | 10101111 | 111001 | 1000010 | 0 | 11111 | 11111000 | 110001 | 101110 |
Color Harmonies of #4B3CAF
Complementary color
Monochromatic Colors of #4B3CAF
Black with #4B3CAF
Text Example
Text Example
White with #4B3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3CAF; }
p { color: rgb(75,60,175); }
H1.HeaderClassName
{
color: #4B3CAF;
}
.AnyTagClassName
{
color: #4B3CAF;
}
</style>
background-color css
<style>
a { background-color: #4B3CAF; }
a { background-color: rgb(75,60,175); }
div.DivClassName
{
background-color: #4B3CAF;
}
.BgClassName
{
background-color: #4B3CAF;
}
</style>
border-color css
<style>
span { border-color: #4B3CAF; }
span { border-color: rgb(75,60,175); }
td.TdClassName
{
border-color: #4B3CAF;
}
.TagClassName
{
border-color: #4B3CAF;
}
</style>