Shades of Blue Gem #4437B0
Tints of Blue Gem #4437B0
RGB
CMYK
RGB Variations
Color information
#4437B0 (or 0x4437B0) is known color: Blue Gem. HEX triplet: 44, 37 and B0. RGB value is (68,55,176). Sum of RGB (Red+Green+Blue) = 68+55+176=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 176 (69.14% from 255 or 58.86% from 299); Max value from RGB is 176 - color contains mainly: blue. Hex color #4437B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4437B0 is #BBC84F. Grayscale: #484848. Windows color (decimal): -12306512 or 11548484. OLE color: 11548484.
HSL color Cylindrical-coordinate representation of color #4437B0: hue angle of 246.45º 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 #4437B0 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 55 | 176 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.31 |
| HSL | 246.45º | 0.52% | 0.45% | - |
| HSV(B) | 246.45º | 0.69% | 0.69% | - |
| XYZ | 11.59 | 7.1 | 41.83 | - |
| YUV | 72.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 176 | 0.61 | 0.69 | 0 | 0.31 | 246.45 | 0.52 | 0.45 |
| Hex | 44 | 37 | B0 | 3D | 45 | 0 | 1F | F6 | 34 | 2D |
| Octal | 104 | 67 | 260 | 75 | 105 | 0 | 37 | 366 | 64 | 55 |
| Binary | 1000100 | 110111 | 10110000 | 111101 | 1000101 | 0 | 11111 | 11110110 | 110100 | 101101 |
Color Harmonies of #4437B0
Complementary color
Monochromatic Colors of #4437B0
Black with #4437B0
Text Example
Text Example
White with #4437B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4437B0; }
p { color: rgb(68,55,176); }
H1.HeaderClassName
{
color: #4437B0;
}
.AnyTagClassName
{
color: #4437B0;
}
</style>
background-color css
<style>
a { background-color: #4437B0; }
a { background-color: rgb(68,55,176); }
div.DivClassName
{
background-color: #4437B0;
}
.BgClassName
{
background-color: #4437B0;
}
</style>
border-color css
<style>
span { border-color: #4437B0; }
span { border-color: rgb(68,55,176); }
td.TdClassName
{
border-color: #4437B0;
}
.TagClassName
{
border-color: #4437B0;
}
</style>