Shades of Hippie Blue #44859D
Tints of Hippie Blue #44859D
RGB
CMYK
RGB Variations
Color information
#44859D (or 0x44859D) is known color: Hippie Blue. HEX triplet: 44, 85 and 9D. RGB value is (68,133,157). Sum of RGB (Red+Green+Blue) = 68+133+157=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #44859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44859D is #BB7A62. Grayscale: #747474. Windows color (decimal): -12286563 or 10323268. OLE color: 10323268.
HSL color Cylindrical-coordinate representation of color #44859D: hue angle of 196.18º 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 #44859D is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 133 | 157 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.38 |
| HSL | 196.18º | 0.4% | 0.44% | - |
| HSV(B) | 196.18º | 0.57% | 0.62% | - |
| XYZ | 16.86 | 20.44 | 34.95 | - |
| YUV | 116.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 157 | 0.57 | 0.15 | 0 | 0.38 | 196.18 | 0.4 | 0.44 |
| Hex | 44 | 85 | 9D | 39 | F | 0 | 26 | C4 | 28 | 2C |
| Octal | 104 | 205 | 235 | 71 | 17 | 0 | 46 | 304 | 50 | 54 |
| Binary | 1000100 | 10000101 | 10011101 | 111001 | 1111 | 0 | 100110 | 11000100 | 101000 | 101100 |
Color Harmonies of #44859D
Complementary color
Monochromatic Colors of #44859D
Black with #44859D
Text Example
Text Example
White with #44859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44859D; }
p { color: rgb(68,133,157); }
H1.HeaderClassName
{
color: #44859D;
}
.AnyTagClassName
{
color: #44859D;
}
</style>
background-color css
<style>
a { background-color: #44859D; }
a { background-color: rgb(68,133,157); }
div.DivClassName
{
background-color: #44859D;
}
.BgClassName
{
background-color: #44859D;
}
</style>
border-color css
<style>
span { border-color: #44859D; }
span { border-color: rgb(68,133,157); }
td.TdClassName
{
border-color: #44859D;
}
.TagClassName
{
border-color: #44859D;
}
</style>