Shades of Blue Gem #4130A4
Tints of Blue Gem #4130A4
RGB
CMYK
RGB Variations
Color information
#4130A4 (or 0x4130A4) is known color: Blue Gem. HEX triplet: 41, 30 and A4. RGB value is (65,48,164). Sum of RGB (Red+Green+Blue) = 65+48+164=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #4130A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4130A4 is #BECF5B. Grayscale: #414141. Windows color (decimal): -12504924 or 10760257. OLE color: 10760257.
HSL color Cylindrical-coordinate representation of color #4130A4: hue angle of 248.79º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4130A4 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 48 | 164 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.36 |
| HSL | 248.79º | 0.55% | 0.42% | - |
| HSV(B) | 248.79º | 0.71% | 0.64% | - |
| XYZ | 9.94 | 5.92 | 35.74 | - |
| YUV | 66.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 164 | 0.60 | 0.71 | 0 | 0.36 | 248.79 | 0.55 | 0.42 |
| Hex | 41 | 30 | A4 | 3C | 47 | 0 | 24 | F9 | 37 | 2A |
| Octal | 101 | 60 | 244 | 74 | 107 | 0 | 44 | 371 | 67 | 52 |
| Binary | 1000001 | 110000 | 10100100 | 111100 | 1000111 | 0 | 100100 | 11111001 | 110111 | 101010 |
Color Harmonies of #4130A4
Complementary color
Monochromatic Colors of #4130A4
Black with #4130A4
Text Example
Text Example
White with #4130A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130A4; }
p { color: rgb(65,48,164); }
H1.HeaderClassName
{
color: #4130A4;
}
.AnyTagClassName
{
color: #4130A4;
}
</style>
background-color css
<style>
a { background-color: #4130A4; }
a { background-color: rgb(65,48,164); }
div.DivClassName
{
background-color: #4130A4;
}
.BgClassName
{
background-color: #4130A4;
}
</style>
border-color css
<style>
span { border-color: #4130A4; }
span { border-color: rgb(65,48,164); }
td.TdClassName
{
border-color: #4130A4;
}
.TagClassName
{
border-color: #4130A4;
}
</style>