Shades of Blue Gem #4A33AF
Tints of Blue Gem #4A33AF
RGB
CMYK
RGB Variations
Color information
#4A33AF (or 0x4A33AF) is known color: Blue Gem. HEX triplet: 4A, 33 and AF. RGB value is (74,51,175). Sum of RGB (Red+Green+Blue) = 74+51+175=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 51 (20.31% from 255 or 17% 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 #4A33AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A33AF is #B5CC50. Grayscale: #474747. Windows color (decimal): -11914321 or 11481930. OLE color: 11481930.
HSL color Cylindrical-coordinate representation of color #4A33AF: hue angle of 251.13º degrees, saturation: 0.55, 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 #4A33AF is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 51 | 175 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.31 |
| HSL | 251.13º | 0.55% | 0.44% | - |
| HSV(B) | 251.13º | 0.71% | 0.69% | - |
| XYZ | 11.75 | 6.92 | 41.27 | - |
| YUV | 72.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 175 | 0.58 | 0.71 | 0 | 0.31 | 251.13 | 0.55 | 0.44 |
| Hex | 4A | 33 | AF | 3A | 47 | 0 | 1F | FB | 37 | 2C |
| Octal | 112 | 63 | 257 | 72 | 107 | 0 | 37 | 373 | 67 | 54 |
| Binary | 1001010 | 110011 | 10101111 | 111010 | 1000111 | 0 | 11111 | 11111011 | 110111 | 101100 |
Color Harmonies of #4A33AF
Complementary color
Monochromatic Colors of #4A33AF
Black with #4A33AF
Text Example
Text Example
White with #4A33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A33AF; }
p { color: rgb(74,51,175); }
H1.HeaderClassName
{
color: #4A33AF;
}
.AnyTagClassName
{
color: #4A33AF;
}
</style>
background-color css
<style>
a { background-color: #4A33AF; }
a { background-color: rgb(74,51,175); }
div.DivClassName
{
background-color: #4A33AF;
}
.BgClassName
{
background-color: #4A33AF;
}
</style>
border-color css
<style>
span { border-color: #4A33AF; }
span { border-color: rgb(74,51,175); }
td.TdClassName
{
border-color: #4A33AF;
}
.TagClassName
{
border-color: #4A33AF;
}
</style>