Shades of Hippie Blue #448194
Tints of Hippie Blue #448194
RGB
CMYK
RGB Variations
Color information
#448194 (or 0x448194) is known color: Hippie Blue. HEX triplet: 44, 81 and 94. RGB value is (68,129,148). Sum of RGB (Red+Green+Blue) = 68+129+148=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #448194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448194 is #BB7E6B. Grayscale: #707070. Windows color (decimal): -12287596 or 9732420. OLE color: 9732420.
HSL color Cylindrical-coordinate representation of color #448194: hue angle of 194.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448194 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 129 | 148 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.42 |
| HSL | 194.25º | 0.37% | 0.42% | - |
| HSV(B) | 194.25º | 0.54% | 0.58% | - |
| XYZ | 15.58 | 19.07 | 30.88 | - |
| YUV | 112.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 148 | 0.54 | 0.13 | 0 | 0.42 | 194.25 | 0.37 | 0.42 |
| Hex | 44 | 81 | 94 | 36 | D | 0 | 2A | C2 | 25 | 2A |
| Octal | 104 | 201 | 224 | 66 | 15 | 0 | 52 | 302 | 45 | 52 |
| Binary | 1000100 | 10000001 | 10010100 | 110110 | 1101 | 0 | 101010 | 11000010 | 100101 | 101010 |
Color Harmonies of #448194
Complementary color
Monochromatic Colors of #448194
Black with #448194
Text Example
Text Example
White with #448194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448194; }
p { color: rgb(68,129,148); }
H1.HeaderClassName
{
color: #448194;
}
.AnyTagClassName
{
color: #448194;
}
</style>
background-color css
<style>
a { background-color: #448194; }
a { background-color: rgb(68,129,148); }
div.DivClassName
{
background-color: #448194;
}
.BgClassName
{
background-color: #448194;
}
</style>
border-color css
<style>
span { border-color: #448194; }
span { border-color: rgb(68,129,148); }
td.TdClassName
{
border-color: #448194;
}
.TagClassName
{
border-color: #448194;
}
</style>