Shades of Blue Gem #4227A4
Tints of Blue Gem #4227A4
RGB
CMYK
RGB Variations
Color information
#4227A4 (or 0x4227A4) is known color: Blue Gem. HEX triplet: 42, 27 and A4. RGB value is (66,39,164). Sum of RGB (Red+Green+Blue) = 66+39+164=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #4227A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227A4 is #BDD85B. Grayscale: #3C3C3C. Windows color (decimal): -12441692 or 10757954. OLE color: 10757954.
HSL color Cylindrical-coordinate representation of color #4227A4: hue angle of 252.96º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4227A4 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 39 | 164 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.36 |
| HSL | 252.96º | 0.62% | 0.4% | - |
| HSV(B) | 252.96º | 0.76% | 0.64% | - |
| XYZ | 9.67 | 5.29 | 35.63 | - |
| YUV | 61.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 164 | 0.60 | 0.76 | 0 | 0.36 | 252.96 | 0.62 | 0.4 |
| Hex | 42 | 27 | A4 | 3C | 4C | 0 | 24 | FD | 3E | 28 |
| Octal | 102 | 47 | 244 | 74 | 114 | 0 | 44 | 375 | 76 | 50 |
| Binary | 1000010 | 100111 | 10100100 | 111100 | 1001100 | 0 | 100100 | 11111101 | 111110 | 101000 |
Color Harmonies of #4227A4
Complementary color
Monochromatic Colors of #4227A4
Black with #4227A4
Text Example
Text Example
White with #4227A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227A4; }
p { color: rgb(66,39,164); }
H1.HeaderClassName
{
color: #4227A4;
}
.AnyTagClassName
{
color: #4227A4;
}
</style>
background-color css
<style>
a { background-color: #4227A4; }
a { background-color: rgb(66,39,164); }
div.DivClassName
{
background-color: #4227A4;
}
.BgClassName
{
background-color: #4227A4;
}
</style>
border-color css
<style>
span { border-color: #4227A4; }
span { border-color: rgb(66,39,164); }
td.TdClassName
{
border-color: #4227A4;
}
.TagClassName
{
border-color: #4227A4;
}
</style>