Shades of Blue Gem #4B32AF
Tints of Blue Gem #4B32AF
RGB
CMYK
RGB Variations
Color information
#4B32AF (or 0x4B32AF) is known color: Blue Gem. HEX triplet: 4B, 32 and AF. RGB value is (75,50,175). Sum of RGB (Red+Green+Blue) = 75+50+175=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B32AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B32AF is #B4CD50. Grayscale: #474747. Windows color (decimal): -11849041 or 11481675. OLE color: 11481675.
HSL color Cylindrical-coordinate representation of color #4B32AF: hue angle of 252º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B32AF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 50 | 175 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.31 |
| HSL | 252º | 0.56% | 0.44% | - |
| HSV(B) | 252º | 0.71% | 0.69% | - |
| XYZ | 11.78 | 6.87 | 41.26 | - |
| YUV | 71.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 175 | 0.57 | 0.71 | 0 | 0.31 | 252 | 0.56 | 0.44 |
| Hex | 4B | 32 | AF | 39 | 47 | 0 | 1F | FC | 38 | 2C |
| Octal | 113 | 62 | 257 | 71 | 107 | 0 | 37 | 374 | 70 | 54 |
| Binary | 1001011 | 110010 | 10101111 | 111001 | 1000111 | 0 | 11111 | 11111100 | 111000 | 101100 |
Color Harmonies of #4B32AF
Complementary color
Monochromatic Colors of #4B32AF
Black with #4B32AF
Text Example
Text Example
White with #4B32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B32AF; }
p { color: rgb(75,50,175); }
H1.HeaderClassName
{
color: #4B32AF;
}
.AnyTagClassName
{
color: #4B32AF;
}
</style>
background-color css
<style>
a { background-color: #4B32AF; }
a { background-color: rgb(75,50,175); }
div.DivClassName
{
background-color: #4B32AF;
}
.BgClassName
{
background-color: #4B32AF;
}
</style>
border-color css
<style>
span { border-color: #4B32AF; }
span { border-color: rgb(75,50,175); }
td.TdClassName
{
border-color: #4B32AF;
}
.TagClassName
{
border-color: #4B32AF;
}
</style>