Shades of Blue Gem #4130AA
Tints of Blue Gem #4130AA
RGB
CMYK
RGB Variations
Color information
#4130AA (or 0x4130AA) is known color: Blue Gem. HEX triplet: 41, 30 and AA. RGB value is (65,48,170). Sum of RGB (Red+Green+Blue) = 65+48+170=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #4130AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4130AA is #BECF55. Grayscale: #424242. Windows color (decimal): -12504918 or 11153473. OLE color: 11153473.
HSL color Cylindrical-coordinate representation of color #4130AA: hue angle of 248.36º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4130AA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 48 | 170 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.33 |
| HSL | 248.36º | 0.56% | 0.43% | - |
| HSV(B) | 248.36º | 0.72% | 0.67% | - |
| XYZ | 10.49 | 6.14 | 38.66 | - |
| YUV | 66.99 | 186.13 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 170 | 0.62 | 0.72 | 0 | 0.33 | 248.36 | 0.56 | 0.43 |
| Hex | 41 | 30 | AA | 3E | 48 | 0 | 21 | F8 | 38 | 2B |
| Octal | 101 | 60 | 252 | 76 | 110 | 0 | 41 | 370 | 70 | 53 |
| Binary | 1000001 | 110000 | 10101010 | 111110 | 1001000 | 0 | 100001 | 11111000 | 111000 | 101011 |
Color Harmonies of #4130AA
Complementary color
Monochromatic Colors of #4130AA
Black with #4130AA
Text Example
Text Example
White with #4130AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130AA; }
p { color: rgb(65,48,170); }
H1.HeaderClassName
{
color: #4130AA;
}
.AnyTagClassName
{
color: #4130AA;
}
</style>
background-color css
<style>
a { background-color: #4130AA; }
a { background-color: rgb(65,48,170); }
div.DivClassName
{
background-color: #4130AA;
}
.BgClassName
{
background-color: #4130AA;
}
</style>
border-color css
<style>
span { border-color: #4130AA; }
span { border-color: rgb(65,48,170); }
td.TdClassName
{
border-color: #4130AA;
}
.TagClassName
{
border-color: #4130AA;
}
</style>