Shades of Blue Gem #4438AE
Tints of Blue Gem #4438AE
RGB
CMYK
RGB Variations
Color information
#4438AE (or 0x4438AE) is known color: Blue Gem. HEX triplet: 44, 38 and AE. RGB value is (68,56,174). Sum of RGB (Red+Green+Blue) = 68+56+174=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #4438AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4438AE is #BBC751. Grayscale: #484848. Windows color (decimal): -12306258 or 11417668. OLE color: 11417668.
HSL color Cylindrical-coordinate representation of color #4438AE: hue angle of 246.1º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4438AE is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 56 | 174 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.32 |
| HSL | 246.1º | 0.51% | 0.45% | - |
| HSV(B) | 246.1º | 0.68% | 0.68% | - |
| XYZ | 11.44 | 7.11 | 40.81 | - |
| YUV | 73.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 174 | 0.61 | 0.68 | 0 | 0.32 | 246.1 | 0.51 | 0.45 |
| Hex | 44 | 38 | AE | 3D | 44 | 0 | 20 | F6 | 33 | 2D |
| Octal | 104 | 70 | 256 | 75 | 104 | 0 | 40 | 366 | 63 | 55 |
| Binary | 1000100 | 111000 | 10101110 | 111101 | 1000100 | 0 | 100000 | 11110110 | 110011 | 101101 |
Color Harmonies of #4438AE
Complementary color
Monochromatic Colors of #4438AE
Black with #4438AE
Text Example
Text Example
White with #4438AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4438AE; }
p { color: rgb(68,56,174); }
H1.HeaderClassName
{
color: #4438AE;
}
.AnyTagClassName
{
color: #4438AE;
}
</style>
background-color css
<style>
a { background-color: #4438AE; }
a { background-color: rgb(68,56,174); }
div.DivClassName
{
background-color: #4438AE;
}
.BgClassName
{
background-color: #4438AE;
}
</style>
border-color css
<style>
span { border-color: #4438AE; }
span { border-color: rgb(68,56,174); }
td.TdClassName
{
border-color: #4438AE;
}
.TagClassName
{
border-color: #4438AE;
}
</style>