Shades of Blue Gem #4130AB
Tints of Blue Gem #4130AB
RGB
CMYK
RGB Variations
Color information
#4130AB (or 0x4130AB) is known color: Blue Gem. HEX triplet: 41, 30 and AB. RGB value is (65,48,171). Sum of RGB (Red+Green+Blue) = 65+48+171=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #4130AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4130AB is #BECF54. Grayscale: #424242. Windows color (decimal): -12504917 or 11219009. OLE color: 11219009.
HSL color Cylindrical-coordinate representation of color #4130AB: hue angle of 248.29º 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 #4130AB is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 48 | 171 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.33 |
| HSL | 248.29º | 0.56% | 0.43% | - |
| HSV(B) | 248.29º | 0.72% | 0.67% | - |
| XYZ | 10.59 | 6.18 | 39.16 | - |
| YUV | 67.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 171 | 0.62 | 0.72 | 0 | 0.33 | 248.29 | 0.56 | 0.43 |
| Hex | 41 | 30 | AB | 3E | 48 | 0 | 21 | F8 | 38 | 2B |
| Octal | 101 | 60 | 253 | 76 | 110 | 0 | 41 | 370 | 70 | 53 |
| Binary | 1000001 | 110000 | 10101011 | 111110 | 1001000 | 0 | 100001 | 11111000 | 111000 | 101011 |
Color Harmonies of #4130AB
Complementary color
Monochromatic Colors of #4130AB
Black with #4130AB
Text Example
Text Example
White with #4130AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130AB; }
p { color: rgb(65,48,171); }
H1.HeaderClassName
{
color: #4130AB;
}
.AnyTagClassName
{
color: #4130AB;
}
</style>
background-color css
<style>
a { background-color: #4130AB; }
a { background-color: rgb(65,48,171); }
div.DivClassName
{
background-color: #4130AB;
}
.BgClassName
{
background-color: #4130AB;
}
</style>
border-color css
<style>
span { border-color: #4130AB; }
span { border-color: rgb(65,48,171); }
td.TdClassName
{
border-color: #4130AB;
}
.TagClassName
{
border-color: #4130AB;
}
</style>