Shades of Hippie Blue #44829D
Tints of Hippie Blue #44829D
RGB
CMYK
RGB Variations
Color information
#44829D (or 0x44829D) is known color: Hippie Blue. HEX triplet: 44, 82 and 9D. RGB value is (68,130,157). Sum of RGB (Red+Green+Blue) = 68+130+157=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #44829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44829D is #BB7D62. Grayscale: #727272. Windows color (decimal): -12287331 or 10322500. OLE color: 10322500.
HSL color Cylindrical-coordinate representation of color #44829D: hue angle of 198.2º 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 #44829D is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 130 | 157 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.38 |
| HSL | 198.2º | 0.4% | 0.44% | - |
| HSV(B) | 198.2º | 0.57% | 0.62% | - |
| XYZ | 16.45 | 19.63 | 34.82 | - |
| YUV | 114.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 130 | 157 | 0.57 | 0.17 | 0 | 0.38 | 198.2 | 0.4 | 0.44 |
| Hex | 44 | 82 | 9D | 39 | 11 | 0 | 26 | C6 | 28 | 2C |
| Octal | 104 | 202 | 235 | 71 | 21 | 0 | 46 | 306 | 50 | 54 |
| Binary | 1000100 | 10000010 | 10011101 | 111001 | 10001 | 0 | 100110 | 11000110 | 101000 | 101100 |
Color Harmonies of #44829D
Complementary color
Monochromatic Colors of #44829D
Black with #44829D
Text Example
Text Example
White with #44829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44829D; }
p { color: rgb(68,130,157); }
H1.HeaderClassName
{
color: #44829D;
}
.AnyTagClassName
{
color: #44829D;
}
</style>
background-color css
<style>
a { background-color: #44829D; }
a { background-color: rgb(68,130,157); }
div.DivClassName
{
background-color: #44829D;
}
.BgClassName
{
background-color: #44829D;
}
</style>
border-color css
<style>
span { border-color: #44829D; }
span { border-color: rgb(68,130,157); }
td.TdClassName
{
border-color: #44829D;
}
.TagClassName
{
border-color: #44829D;
}
</style>