Shades of Blue Gem #4440A1
Tints of Blue Gem #4440A1
RGB
CMYK
RGB Variations
Color information
#4440A1 (or 0x4440A1) is known color: Blue Gem. HEX triplet: 44, 40 and A1. RGB value is (68,64,161). Sum of RGB (Red+Green+Blue) = 68+64+161=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #4440A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4440A1 is #BBBF5E. Grayscale: #4B4B4B. Windows color (decimal): -12304223 or 10567748. OLE color: 10567748.
HSL color Cylindrical-coordinate representation of color #4440A1: hue angle of 242.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4440A1 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 64 | 161 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.37 |
| HSL | 242.47º | 0.43% | 0.44% | - |
| HSV(B) | 242.47º | 0.6% | 0.63% | - |
| XYZ | 10.65 | 7.47 | 34.6 | - |
| YUV | 76.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 161 | 0.58 | 0.60 | 0 | 0.37 | 242.47 | 0.43 | 0.44 |
| Hex | 44 | 40 | A1 | 3A | 3C | 0 | 25 | F2 | 2B | 2C |
| Octal | 104 | 100 | 241 | 72 | 74 | 0 | 45 | 362 | 53 | 54 |
| Binary | 1000100 | 1000000 | 10100001 | 111010 | 111100 | 0 | 100101 | 11110010 | 101011 | 101100 |
Color Harmonies of #4440A1
Complementary color
Monochromatic Colors of #4440A1
Black with #4440A1
Text Example
Text Example
White with #4440A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440A1; }
p { color: rgb(68,64,161); }
H1.HeaderClassName
{
color: #4440A1;
}
.AnyTagClassName
{
color: #4440A1;
}
</style>
background-color css
<style>
a { background-color: #4440A1; }
a { background-color: rgb(68,64,161); }
div.DivClassName
{
background-color: #4440A1;
}
.BgClassName
{
background-color: #4440A1;
}
</style>
border-color css
<style>
span { border-color: #4440A1; }
span { border-color: rgb(68,64,161); }
td.TdClassName
{
border-color: #4440A1;
}
.TagClassName
{
border-color: #4440A1;
}
</style>