Shades of Blue Gem #4227AA
Tints of Blue Gem #4227AA
RGB
CMYK
RGB Variations
Color information
#4227AA (or 0x4227AA) is known color: Blue Gem. HEX triplet: 42, 27 and AA. RGB value is (66,39,170). Sum of RGB (Red+Green+Blue) = 66+39+170=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4227AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227AA is #BDD855. Grayscale: #3D3D3D. Windows color (decimal): -12441686 or 11151170. OLE color: 11151170.
HSL color Cylindrical-coordinate representation of color #4227AA: hue angle of 252.37º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4227AA is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 39 | 170 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.33 |
| HSL | 252.37º | 0.63% | 0.41% | - |
| HSV(B) | 252.37º | 0.77% | 0.67% | - |
| XYZ | 10.23 | 5.51 | 38.55 | - |
| YUV | 62.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 170 | 0.61 | 0.77 | 0 | 0.33 | 252.37 | 0.63 | 0.41 |
| Hex | 42 | 27 | AA | 3D | 4D | 0 | 21 | FC | 3F | 29 |
| Octal | 102 | 47 | 252 | 75 | 115 | 0 | 41 | 374 | 77 | 51 |
| Binary | 1000010 | 100111 | 10101010 | 111101 | 1001101 | 0 | 100001 | 11111100 | 111111 | 101001 |
Color Harmonies of #4227AA
Complementary color
Monochromatic Colors of #4227AA
Black with #4227AA
Text Example
Text Example
White with #4227AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227AA; }
p { color: rgb(66,39,170); }
H1.HeaderClassName
{
color: #4227AA;
}
.AnyTagClassName
{
color: #4227AA;
}
</style>
background-color css
<style>
a { background-color: #4227AA; }
a { background-color: rgb(66,39,170); }
div.DivClassName
{
background-color: #4227AA;
}
.BgClassName
{
background-color: #4227AA;
}
</style>
border-color css
<style>
span { border-color: #4227AA; }
span { border-color: rgb(66,39,170); }
td.TdClassName
{
border-color: #4227AA;
}
.TagClassName
{
border-color: #4227AA;
}
</style>