Shades of Hippie Blue #448491
Tints of Hippie Blue #448491
RGB
CMYK
RGB Variations
Color information
#448491 (or 0x448491) is known color: Hippie Blue. HEX triplet: 44, 84 and 91. RGB value is (68,132,145). Sum of RGB (Red+Green+Blue) = 68+132+145=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #448491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448491 is #BB7B6E. Grayscale: #727272. Windows color (decimal): -12286831 or 9536580. OLE color: 9536580.
HSL color Cylindrical-coordinate representation of color #448491: hue angle of 190.13º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448491 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 132 | 145 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.43 |
| HSL | 190.13º | 0.36% | 0.42% | - |
| HSV(B) | 190.13º | 0.53% | 0.57% | - |
| XYZ | 15.75 | 19.78 | 29.78 | - |
| YUV | 114.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 145 | 0.53 | 0.09 | 0 | 0.43 | 190.13 | 0.36 | 0.42 |
| Hex | 44 | 84 | 91 | 35 | 9 | 0 | 2B | BE | 24 | 2A |
| Octal | 104 | 204 | 221 | 65 | 11 | 0 | 53 | 276 | 44 | 52 |
| Binary | 1000100 | 10000100 | 10010001 | 110101 | 1001 | 0 | 101011 | 10111110 | 100100 | 101010 |
Color Harmonies of #448491
Complementary color
Monochromatic Colors of #448491
Black with #448491
Text Example
Text Example
White with #448491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448491; }
p { color: rgb(68,132,145); }
H1.HeaderClassName
{
color: #448491;
}
.AnyTagClassName
{
color: #448491;
}
</style>
background-color css
<style>
a { background-color: #448491; }
a { background-color: rgb(68,132,145); }
div.DivClassName
{
background-color: #448491;
}
.BgClassName
{
background-color: #448491;
}
</style>
border-color css
<style>
span { border-color: #448491; }
span { border-color: rgb(68,132,145); }
td.TdClassName
{
border-color: #448491;
}
.TagClassName
{
border-color: #448491;
}
</style>