Shades of Hippie Blue #44819D
Tints of Hippie Blue #44819D
RGB
CMYK
RGB Variations
Color information
#44819D (or 0x44819D) is known color: Hippie Blue. HEX triplet: 44, 81 and 9D. RGB value is (68,129,157). Sum of RGB (Red+Green+Blue) = 68+129+157=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #44819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44819D is #BB7E62. Grayscale: #717171. Windows color (decimal): -12287587 or 10322244. OLE color: 10322244.
HSL color Cylindrical-coordinate representation of color #44819D: hue angle of 198.88º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44819D is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 129 | 157 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.38 |
| HSL | 198.88º | 0.4% | 0.44% | - |
| HSV(B) | 198.88º | 0.57% | 0.62% | - |
| XYZ | 16.32 | 19.36 | 34.78 | - |
| YUV | 113.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 157 | 0.57 | 0.18 | 0 | 0.38 | 198.88 | 0.4 | 0.44 |
| Hex | 44 | 81 | 9D | 39 | 12 | 0 | 26 | C7 | 28 | 2C |
| Octal | 104 | 201 | 235 | 71 | 22 | 0 | 46 | 307 | 50 | 54 |
| Binary | 1000100 | 10000001 | 10011101 | 111001 | 10010 | 0 | 100110 | 11000111 | 101000 | 101100 |
Color Harmonies of #44819D
Complementary color
Monochromatic Colors of #44819D
Black with #44819D
Text Example
Text Example
White with #44819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44819D; }
p { color: rgb(68,129,157); }
H1.HeaderClassName
{
color: #44819D;
}
.AnyTagClassName
{
color: #44819D;
}
</style>
background-color css
<style>
a { background-color: #44819D; }
a { background-color: rgb(68,129,157); }
div.DivClassName
{
background-color: #44819D;
}
.BgClassName
{
background-color: #44819D;
}
</style>
border-color css
<style>
span { border-color: #44819D; }
span { border-color: rgb(68,129,157); }
td.TdClassName
{
border-color: #44819D;
}
.TagClassName
{
border-color: #44819D;
}
</style>