Shades of Hippie Blue #44899B
Tints of Hippie Blue #44899B
RGB
CMYK
RGB Variations
Color information
#44899B (or 0x44899B) is known color: Hippie Blue. HEX triplet: 44, 89 and 9B. RGB value is (68,137,155). Sum of RGB (Red+Green+Blue) = 68+137+155=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #44899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899B is #BB7664. Grayscale: #767676. Windows color (decimal): -12285541 or 10193220. OLE color: 10193220.
HSL color Cylindrical-coordinate representation of color #44899B: hue angle of 192.41º 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 #44899B is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 137 | 155 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.39 |
| HSL | 192.41º | 0.39% | 0.44% | - |
| HSV(B) | 192.41º | 0.56% | 0.61% | - |
| XYZ | 17.25 | 21.49 | 34.25 | - |
| YUV | 118.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 155 | 0.56 | 0.12 | 0 | 0.39 | 192.41 | 0.39 | 0.44 |
| Hex | 44 | 89 | 9B | 38 | C | 0 | 27 | C0 | 27 | 2C |
| Octal | 104 | 211 | 233 | 70 | 14 | 0 | 47 | 300 | 47 | 54 |
| Binary | 1000100 | 10001001 | 10011011 | 111000 | 1100 | 0 | 100111 | 11000000 | 100111 | 101100 |
Color Harmonies of #44899B
Complementary color
Monochromatic Colors of #44899B
Black with #44899B
Text Example
Text Example
White with #44899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44899B; }
p { color: rgb(68,137,155); }
H1.HeaderClassName
{
color: #44899B;
}
.AnyTagClassName
{
color: #44899B;
}
</style>
background-color css
<style>
a { background-color: #44899B; }
a { background-color: rgb(68,137,155); }
div.DivClassName
{
background-color: #44899B;
}
.BgClassName
{
background-color: #44899B;
}
</style>
border-color css
<style>
span { border-color: #44899B; }
span { border-color: rgb(68,137,155); }
td.TdClassName
{
border-color: #44899B;
}
.TagClassName
{
border-color: #44899B;
}
</style>