Shades of Hippie Blue #448490
Tints of Hippie Blue #448490
RGB
CMYK
RGB Variations
Color information
#448490 (or 0x448490) is known color: Hippie Blue. HEX triplet: 44, 84 and 90. RGB value is (68,132,144). Sum of RGB (Red+Green+Blue) = 68+132+144=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #448490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448490 is #BB7B6F. Grayscale: #727272. Windows color (decimal): -12286832 or 9471044. OLE color: 9471044.
HSL color Cylindrical-coordinate representation of color #448490: hue angle of 189.47º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448490 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 132 | 144 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.44 |
| HSL | 189.47º | 0.36% | 0.42% | - |
| HSV(B) | 189.47º | 0.53% | 0.56% | - |
| XYZ | 15.67 | 19.75 | 29.37 | - |
| YUV | 114.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 144 | 0.53 | 0.08 | 0 | 0.44 | 189.47 | 0.36 | 0.42 |
| Hex | 44 | 84 | 90 | 35 | 8 | 0 | 2C | BD | 24 | 2A |
| Octal | 104 | 204 | 220 | 65 | 10 | 0 | 54 | 275 | 44 | 52 |
| Binary | 1000100 | 10000100 | 10010000 | 110101 | 1000 | 0 | 101100 | 10111101 | 100100 | 101010 |
Color Harmonies of #448490
Complementary color
Monochromatic Colors of #448490
Black with #448490
Text Example
Text Example
White with #448490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448490; }
p { color: rgb(68,132,144); }
H1.HeaderClassName
{
color: #448490;
}
.AnyTagClassName
{
color: #448490;
}
</style>
background-color css
<style>
a { background-color: #448490; }
a { background-color: rgb(68,132,144); }
div.DivClassName
{
background-color: #448490;
}
.BgClassName
{
background-color: #448490;
}
</style>
border-color css
<style>
span { border-color: #448490; }
span { border-color: rgb(68,132,144); }
td.TdClassName
{
border-color: #448490;
}
.TagClassName
{
border-color: #448490;
}
</style>