Shades of Blue Gem #4117A8
Tints of Blue Gem #4117A8
RGB
CMYK
RGB Variations
Color information
#4117A8 (or 0x4117A8) is known color: Blue Gem. HEX triplet: 41, 17 and A8. RGB value is (65,23,168). Sum of RGB (Red+Green+Blue) = 65+23+168=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #4117A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4117A8 is #BEE857. Grayscale: #333333. Windows color (decimal): -12511320 or 11016001. OLE color: 11016001.
HSL color Cylindrical-coordinate representation of color #4117A8: hue angle of 257.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4117A8 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 23 | 168 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.34 |
| HSL | 257.38º | 0.76% | 0.37% | - |
| HSV(B) | 257.38º | 0.86% | 0.66% | - |
| XYZ | 9.55 | 4.56 | 37.42 | - |
| YUV | 52.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 168 | 0.61 | 0.86 | 0 | 0.34 | 257.38 | 0.76 | 0.37 |
| Hex | 41 | 17 | A8 | 3D | 56 | 0 | 22 | 101 | 4C | 25 |
| Octal | 101 | 27 | 250 | 75 | 126 | 0 | 42 | 401 | 114 | 45 |
| Binary | 1000001 | 10111 | 10101000 | 111101 | 1010110 | 0 | 100010 | 100000001 | 1001100 | 100101 |
Color Harmonies of #4117A8
Complementary color
Monochromatic Colors of #4117A8
Black with #4117A8
Text Example
Text Example
White with #4117A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117A8; }
p { color: rgb(65,23,168); }
H1.HeaderClassName
{
color: #4117A8;
}
.AnyTagClassName
{
color: #4117A8;
}
</style>
background-color css
<style>
a { background-color: #4117A8; }
a { background-color: rgb(65,23,168); }
div.DivClassName
{
background-color: #4117A8;
}
.BgClassName
{
background-color: #4117A8;
}
</style>
border-color css
<style>
span { border-color: #4117A8; }
span { border-color: rgb(65,23,168); }
td.TdClassName
{
border-color: #4117A8;
}
.TagClassName
{
border-color: #4117A8;
}
</style>