Shades of Hippie Blue #44899A
Tints of Hippie Blue #44899A
RGB
CMYK
RGB Variations
Color information
#44899A (or 0x44899A) is known color: Hippie Blue. HEX triplet: 44, 89 and 9A. RGB value is (68,137,154). Sum of RGB (Red+Green+Blue) = 68+137+154=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #44899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899A is #BB7665. Grayscale: #767676. Windows color (decimal): -12285542 or 10127684. OLE color: 10127684.
HSL color Cylindrical-coordinate representation of color #44899A: hue angle of 191.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44899A is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 137 | 154 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.40 |
| HSL | 191.86º | 0.39% | 0.44% | - |
| HSV(B) | 191.86º | 0.56% | 0.6% | - |
| XYZ | 17.16 | 21.45 | 33.81 | - |
| YUV | 118.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 154 | 0.56 | 0.11 | 0 | 0.40 | 191.86 | 0.39 | 0.44 |
| Hex | 44 | 89 | 9A | 38 | B | 0 | 28 | C0 | 27 | 2C |
| Octal | 104 | 211 | 232 | 70 | 13 | 0 | 50 | 300 | 47 | 54 |
| Binary | 1000100 | 10001001 | 10011010 | 111000 | 1011 | 0 | 101000 | 11000000 | 100111 | 101100 |
Color Harmonies of #44899A
Complementary color
Monochromatic Colors of #44899A
Black with #44899A
Text Example
Text Example
White with #44899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44899A; }
p { color: rgb(68,137,154); }
H1.HeaderClassName
{
color: #44899A;
}
.AnyTagClassName
{
color: #44899A;
}
</style>
background-color css
<style>
a { background-color: #44899A; }
a { background-color: rgb(68,137,154); }
div.DivClassName
{
background-color: #44899A;
}
.BgClassName
{
background-color: #44899A;
}
</style>
border-color css
<style>
span { border-color: #44899A; }
span { border-color: rgb(68,137,154); }
td.TdClassName
{
border-color: #44899A;
}
.TagClassName
{
border-color: #44899A;
}
</style>