Shades of Blue Gem #4438AB
Tints of Blue Gem #4438AB
RGB
CMYK
RGB Variations
Color information
#4438AB (or 0x4438AB) is known color: Blue Gem. HEX triplet: 44, 38 and AB. RGB value is (68,56,171). Sum of RGB (Red+Green+Blue) = 68+56+171=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #4438AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4438AB is #BBC754. Grayscale: #484848. Windows color (decimal): -12306261 or 11221060. OLE color: 11221060.
HSL color Cylindrical-coordinate representation of color #4438AB: hue angle of 246.26º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4438AB is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 56 | 171 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.33 |
| HSL | 246.26º | 0.51% | 0.45% | - |
| HSV(B) | 246.26º | 0.67% | 0.67% | - |
| XYZ | 11.15 | 7 | 39.29 | - |
| YUV | 72.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 171 | 0.60 | 0.67 | 0 | 0.33 | 246.26 | 0.51 | 0.45 |
| Hex | 44 | 38 | AB | 3C | 43 | 0 | 21 | F6 | 33 | 2D |
| Octal | 104 | 70 | 253 | 74 | 103 | 0 | 41 | 366 | 63 | 55 |
| Binary | 1000100 | 111000 | 10101011 | 111100 | 1000011 | 0 | 100001 | 11110110 | 110011 | 101101 |
Color Harmonies of #4438AB
Complementary color
Monochromatic Colors of #4438AB
Black with #4438AB
Text Example
Text Example
White with #4438AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4438AB; }
p { color: rgb(68,56,171); }
H1.HeaderClassName
{
color: #4438AB;
}
.AnyTagClassName
{
color: #4438AB;
}
</style>
background-color css
<style>
a { background-color: #4438AB; }
a { background-color: rgb(68,56,171); }
div.DivClassName
{
background-color: #4438AB;
}
.BgClassName
{
background-color: #4438AB;
}
</style>
border-color css
<style>
span { border-color: #4438AB; }
span { border-color: rgb(68,56,171); }
td.TdClassName
{
border-color: #4438AB;
}
.TagClassName
{
border-color: #4438AB;
}
</style>