Shades of Blue Gem #4234A4
Tints of Blue Gem #4234A4
RGB
CMYK
RGB Variations
Color information
#4234A4 (or 0x4234A4) is known color: Blue Gem. HEX triplet: 42, 34 and A4. RGB value is (66,52,164). Sum of RGB (Red+Green+Blue) = 66+52+164=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #4234A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4234A4 is #BDCB5B. Grayscale: #444444. Windows color (decimal): -12438364 or 10761282. OLE color: 10761282.
HSL color Cylindrical-coordinate representation of color #4234A4: hue angle of 247.5º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4234A4 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 52 | 164 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.36 |
| HSL | 247.5º | 0.52% | 0.42% | - |
| HSV(B) | 247.5º | 0.68% | 0.64% | - |
| XYZ | 10.18 | 6.29 | 35.8 | - |
| YUV | 68.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 164 | 0.60 | 0.68 | 0 | 0.36 | 247.5 | 0.52 | 0.42 |
| Hex | 42 | 34 | A4 | 3C | 44 | 0 | 24 | F8 | 34 | 2A |
| Octal | 102 | 64 | 244 | 74 | 104 | 0 | 44 | 370 | 64 | 52 |
| Binary | 1000010 | 110100 | 10100100 | 111100 | 1000100 | 0 | 100100 | 11111000 | 110100 | 101010 |
Color Harmonies of #4234A4
Complementary color
Monochromatic Colors of #4234A4
Black with #4234A4
Text Example
Text Example
White with #4234A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4234A4; }
p { color: rgb(66,52,164); }
H1.HeaderClassName
{
color: #4234A4;
}
.AnyTagClassName
{
color: #4234A4;
}
</style>
background-color css
<style>
a { background-color: #4234A4; }
a { background-color: rgb(66,52,164); }
div.DivClassName
{
background-color: #4234A4;
}
.BgClassName
{
background-color: #4234A4;
}
</style>
border-color css
<style>
span { border-color: #4234A4; }
span { border-color: rgb(66,52,164); }
td.TdClassName
{
border-color: #4234A4;
}
.TagClassName
{
border-color: #4234A4;
}
</style>