Shades of Blue Gem #4437AF
Tints of Blue Gem #4437AF
RGB
CMYK
RGB Variations
Color information
#4437AF (or 0x4437AF) is known color: Blue Gem. HEX triplet: 44, 37 and AF. RGB value is (68,55,175). Sum of RGB (Red+Green+Blue) = 68+55+175=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #4437AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4437AF is #BBC850. Grayscale: #484848. Windows color (decimal): -12306513 or 11482948. OLE color: 11482948.
HSL color Cylindrical-coordinate representation of color #4437AF: hue angle of 246.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4437AF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 55 | 175 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.31 |
| HSL | 246.5º | 0.52% | 0.45% | - |
| HSV(B) | 246.5º | 0.69% | 0.69% | - |
| XYZ | 11.49 | 7.06 | 41.31 | - |
| YUV | 72.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 175 | 0.61 | 0.69 | 0 | 0.31 | 246.5 | 0.52 | 0.45 |
| Hex | 44 | 37 | AF | 3D | 45 | 0 | 1F | F6 | 34 | 2D |
| Octal | 104 | 67 | 257 | 75 | 105 | 0 | 37 | 366 | 64 | 55 |
| Binary | 1000100 | 110111 | 10101111 | 111101 | 1000101 | 0 | 11111 | 11110110 | 110100 | 101101 |
Color Harmonies of #4437AF
Complementary color
Monochromatic Colors of #4437AF
Black with #4437AF
Text Example
Text Example
White with #4437AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4437AF; }
p { color: rgb(68,55,175); }
H1.HeaderClassName
{
color: #4437AF;
}
.AnyTagClassName
{
color: #4437AF;
}
</style>
background-color css
<style>
a { background-color: #4437AF; }
a { background-color: rgb(68,55,175); }
div.DivClassName
{
background-color: #4437AF;
}
.BgClassName
{
background-color: #4437AF;
}
</style>
border-color css
<style>
span { border-color: #4437AF; }
span { border-color: rgb(68,55,175); }
td.TdClassName
{
border-color: #4437AF;
}
.TagClassName
{
border-color: #4437AF;
}
</style>