Shades of Blue Gem #4434B4
Tints of Blue Gem #4434B4
RGB
CMYK
RGB Variations
Color information
#4434B4 (or 0x4434B4) is known color: Blue Gem. HEX triplet: 44, 34 and B4. RGB value is (68,52,180). Sum of RGB (Red+Green+Blue) = 68+52+180=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #4434B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434B4 is #BBCB4B. Grayscale: #464646. Windows color (decimal): -12307276 or 11809860. OLE color: 11809860.
HSL color Cylindrical-coordinate representation of color #4434B4: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4434B4 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 52 | 180 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.29 |
| HSL | 247.5º | 0.55% | 0.45% | - |
| HSV(B) | 247.5º | 0.71% | 0.71% | - |
| XYZ | 11.85 | 6.98 | 43.9 | - |
| YUV | 71.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 180 | 0.62 | 0.71 | 0 | 0.29 | 247.5 | 0.55 | 0.45 |
| Hex | 44 | 34 | B4 | 3E | 47 | 0 | 1D | F8 | 37 | 2D |
| Octal | 104 | 64 | 264 | 76 | 107 | 0 | 35 | 370 | 67 | 55 |
| Binary | 1000100 | 110100 | 10110100 | 111110 | 1000111 | 0 | 11101 | 11111000 | 110111 | 101101 |
Color Harmonies of #4434B4
Complementary color
Monochromatic Colors of #4434B4
Black with #4434B4
Text Example
Text Example
White with #4434B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434B4; }
p { color: rgb(68,52,180); }
H1.HeaderClassName
{
color: #4434B4;
}
.AnyTagClassName
{
color: #4434B4;
}
</style>
background-color css
<style>
a { background-color: #4434B4; }
a { background-color: rgb(68,52,180); }
div.DivClassName
{
background-color: #4434B4;
}
.BgClassName
{
background-color: #4434B4;
}
</style>
border-color css
<style>
span { border-color: #4434B4; }
span { border-color: rgb(68,52,180); }
td.TdClassName
{
border-color: #4434B4;
}
.TagClassName
{
border-color: #4434B4;
}
</style>