Shades of Blue Gem #4430B3
Tints of Blue Gem #4430B3
RGB
CMYK
RGB Variations
Color information
#4430B3 (or 0x4430B3) is known color: Blue Gem. HEX triplet: 44, 30 and B3. RGB value is (68,48,179). Sum of RGB (Red+Green+Blue) = 68+48+179=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #4430B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430B3 is #BBCF4C. Grayscale: #444444. Windows color (decimal): -12308301 or 11743300. OLE color: 11743300.
HSL color Cylindrical-coordinate representation of color #4430B3: hue angle of 249.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4430B3 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 48 | 179 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.30 |
| HSL | 249.16º | 0.58% | 0.45% | - |
| HSV(B) | 249.16º | 0.73% | 0.7% | - |
| XYZ | 11.58 | 6.6 | 43.31 | - |
| YUV | 68.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 179 | 0.62 | 0.73 | 0 | 0.30 | 249.16 | 0.58 | 0.45 |
| Hex | 44 | 30 | B3 | 3E | 49 | 0 | 1E | F9 | 3A | 2D |
| Octal | 104 | 60 | 263 | 76 | 111 | 0 | 36 | 371 | 72 | 55 |
| Binary | 1000100 | 110000 | 10110011 | 111110 | 1001001 | 0 | 11110 | 11111001 | 111010 | 101101 |
Color Harmonies of #4430B3
Complementary color
Monochromatic Colors of #4430B3
Black with #4430B3
Text Example
Text Example
White with #4430B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4430B3; }
p { color: rgb(68,48,179); }
H1.HeaderClassName
{
color: #4430B3;
}
.AnyTagClassName
{
color: #4430B3;
}
</style>
background-color css
<style>
a { background-color: #4430B3; }
a { background-color: rgb(68,48,179); }
div.DivClassName
{
background-color: #4430B3;
}
.BgClassName
{
background-color: #4430B3;
}
</style>
border-color css
<style>
span { border-color: #4430B3; }
span { border-color: rgb(68,48,179); }
td.TdClassName
{
border-color: #4430B3;
}
.TagClassName
{
border-color: #4430B3;
}
</style>