Shades of Blue Gem #4227AD
Tints of Blue Gem #4227AD
RGB
CMYK
RGB Variations
Color information
#4227AD (or 0x4227AD) is known color: Blue Gem. HEX triplet: 42, 27 and AD. RGB value is (66,39,173). Sum of RGB (Red+Green+Blue) = 66+39+173=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4227AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227AD is #BDD852. Grayscale: #3D3D3D. Windows color (decimal): -12441683 or 11347778. OLE color: 11347778.
HSL color Cylindrical-coordinate representation of color #4227AD: hue angle of 252.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4227AD is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 39 | 173 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.32 |
| HSL | 252.09º | 0.63% | 0.42% | - |
| HSV(B) | 252.09º | 0.77% | 0.68% | - |
| XYZ | 10.52 | 5.63 | 40.07 | - |
| YUV | 62.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 173 | 0.62 | 0.77 | 0 | 0.32 | 252.09 | 0.63 | 0.42 |
| Hex | 42 | 27 | AD | 3E | 4D | 0 | 20 | FC | 3F | 2A |
| Octal | 102 | 47 | 255 | 76 | 115 | 0 | 40 | 374 | 77 | 52 |
| Binary | 1000010 | 100111 | 10101101 | 111110 | 1001101 | 0 | 100000 | 11111100 | 111111 | 101010 |
Color Harmonies of #4227AD
Complementary color
Monochromatic Colors of #4227AD
Black with #4227AD
Text Example
Text Example
White with #4227AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227AD; }
p { color: rgb(66,39,173); }
H1.HeaderClassName
{
color: #4227AD;
}
.AnyTagClassName
{
color: #4227AD;
}
</style>
background-color css
<style>
a { background-color: #4227AD; }
a { background-color: rgb(66,39,173); }
div.DivClassName
{
background-color: #4227AD;
}
.BgClassName
{
background-color: #4227AD;
}
</style>
border-color css
<style>
span { border-color: #4227AD; }
span { border-color: rgb(66,39,173); }
td.TdClassName
{
border-color: #4227AD;
}
.TagClassName
{
border-color: #4227AD;
}
</style>