Shades of Blue Gem #4618A0
Tints of Blue Gem #4618A0
RGB
CMYK
RGB Variations
Color information
#4618A0 (or 0x4618A0) is known color: Blue Gem. HEX triplet: 46, 18 and A0. RGB value is (70,24,160). Sum of RGB (Red+Green+Blue) = 70+24+160=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #4618A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4618A0 is #B9E75F. Grayscale: #343434. Windows color (decimal): -12183392 or 10491974. OLE color: 10491974.
HSL color Cylindrical-coordinate representation of color #4618A0: hue angle of 260.29º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4618A0 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 24 | 160 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.37 |
| HSL | 260.29º | 0.74% | 0.36% | - |
| HSV(B) | 260.29º | 0.85% | 0.63% | - |
| XYZ | 9.2 | 4.49 | 33.64 | - |
| YUV | 53.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 160 | 0.56 | 0.85 | 0 | 0.37 | 260.29 | 0.74 | 0.36 |
| Hex | 46 | 18 | A0 | 38 | 55 | 0 | 25 | 104 | 4A | 24 |
| Octal | 106 | 30 | 240 | 70 | 125 | 0 | 45 | 404 | 112 | 44 |
| Binary | 1000110 | 11000 | 10100000 | 111000 | 1010101 | 0 | 100101 | 100000100 | 1001010 | 100100 |
Color Harmonies of #4618A0
Complementary color
Monochromatic Colors of #4618A0
Black with #4618A0
Text Example
Text Example
White with #4618A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4618A0; }
p { color: rgb(70,24,160); }
H1.HeaderClassName
{
color: #4618A0;
}
.AnyTagClassName
{
color: #4618A0;
}
</style>
background-color css
<style>
a { background-color: #4618A0; }
a { background-color: rgb(70,24,160); }
div.DivClassName
{
background-color: #4618A0;
}
.BgClassName
{
background-color: #4618A0;
}
</style>
border-color css
<style>
span { border-color: #4618A0; }
span { border-color: rgb(70,24,160); }
td.TdClassName
{
border-color: #4618A0;
}
.TagClassName
{
border-color: #4618A0;
}
</style>