Shades of Hippie Blue #44899C
Tints of Hippie Blue #44899C
RGB
CMYK
RGB Variations
Color information
#44899C (or 0x44899C) is known color: Hippie Blue. HEX triplet: 44, 89 and 9C. RGB value is (68,137,156). Sum of RGB (Red+Green+Blue) = 68+137+156=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #44899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899C is #BB7663. Grayscale: #767676. Windows color (decimal): -12285540 or 10258756. OLE color: 10258756.
HSL color Cylindrical-coordinate representation of color #44899C: hue angle of 192.95º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44899C is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 137 | 156 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.39 |
| HSL | 192.95º | 0.39% | 0.44% | - |
| HSV(B) | 192.95º | 0.56% | 0.61% | - |
| XYZ | 17.33 | 21.52 | 34.69 | - |
| YUV | 118.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 156 | 0.56 | 0.12 | 0 | 0.39 | 192.95 | 0.39 | 0.44 |
| Hex | 44 | 89 | 9C | 38 | C | 0 | 27 | C1 | 27 | 2C |
| Octal | 104 | 211 | 234 | 70 | 14 | 0 | 47 | 301 | 47 | 54 |
| Binary | 1000100 | 10001001 | 10011100 | 111000 | 1100 | 0 | 100111 | 11000001 | 100111 | 101100 |
Color Harmonies of #44899C
Complementary color
Monochromatic Colors of #44899C
Black with #44899C
Text Example
Text Example
White with #44899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44899C; }
p { color: rgb(68,137,156); }
H1.HeaderClassName
{
color: #44899C;
}
.AnyTagClassName
{
color: #44899C;
}
</style>
background-color css
<style>
a { background-color: #44899C; }
a { background-color: rgb(68,137,156); }
div.DivClassName
{
background-color: #44899C;
}
.BgClassName
{
background-color: #44899C;
}
</style>
border-color css
<style>
span { border-color: #44899C; }
span { border-color: rgb(68,137,156); }
td.TdClassName
{
border-color: #44899C;
}
.TagClassName
{
border-color: #44899C;
}
</style>