Shades of Blue Gem #4223A4
Tints of Blue Gem #4223A4
RGB
CMYK
RGB Variations
Color information
#4223A4 (or 0x4223A4) is known color: Blue Gem. HEX triplet: 42, 23 and A4. RGB value is (66,35,164). Sum of RGB (Red+Green+Blue) = 66+35+164=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #4223A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4223A4 is #BDDC5B. Grayscale: #3A3A3A. Windows color (decimal): -12442716 or 10756930. OLE color: 10756930.
HSL color Cylindrical-coordinate representation of color #4223A4: hue angle of 254.42º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4223A4 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 35 | 164 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.36 |
| HSL | 254.42º | 0.65% | 0.39% | - |
| HSV(B) | 254.42º | 0.79% | 0.64% | - |
| XYZ | 9.55 | 5.04 | 35.59 | - |
| YUV | 58.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 164 | 0.60 | 0.79 | 0 | 0.36 | 254.42 | 0.65 | 0.39 |
| Hex | 42 | 23 | A4 | 3C | 4F | 0 | 24 | FE | 41 | 27 |
| Octal | 102 | 43 | 244 | 74 | 117 | 0 | 44 | 376 | 101 | 47 |
| Binary | 1000010 | 100011 | 10100100 | 111100 | 1001111 | 0 | 100100 | 11111110 | 1000001 | 100111 |
Color Harmonies of #4223A4
Complementary color
Monochromatic Colors of #4223A4
Black with #4223A4
Text Example
Text Example
White with #4223A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223A4; }
p { color: rgb(66,35,164); }
H1.HeaderClassName
{
color: #4223A4;
}
.AnyTagClassName
{
color: #4223A4;
}
</style>
background-color css
<style>
a { background-color: #4223A4; }
a { background-color: rgb(66,35,164); }
div.DivClassName
{
background-color: #4223A4;
}
.BgClassName
{
background-color: #4223A4;
}
</style>
border-color css
<style>
span { border-color: #4223A4; }
span { border-color: rgb(66,35,164); }
td.TdClassName
{
border-color: #4223A4;
}
.TagClassName
{
border-color: #4223A4;
}
</style>