Shades of Hippie Blue #448390
Tints of Hippie Blue #448390
RGB
CMYK
RGB Variations
Color information
#448390 (or 0x448390) is known color: Hippie Blue. HEX triplet: 44, 83 and 90. RGB value is (68,131,144). Sum of RGB (Red+Green+Blue) = 68+131+144=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #448390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448390 is #BB7C6F. Grayscale: #717171. Windows color (decimal): -12287088 or 9470788. OLE color: 9470788.
HSL color Cylindrical-coordinate representation of color #448390: hue angle of 190.26º 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 #448390 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 131 | 144 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.44 |
| HSL | 190.26º | 0.36% | 0.42% | - |
| HSV(B) | 190.26º | 0.53% | 0.56% | - |
| XYZ | 15.53 | 19.48 | 29.33 | - |
| YUV | 113.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 144 | 0.53 | 0.09 | 0 | 0.44 | 190.26 | 0.36 | 0.42 |
| Hex | 44 | 83 | 90 | 35 | 9 | 0 | 2C | BE | 24 | 2A |
| Octal | 104 | 203 | 220 | 65 | 11 | 0 | 54 | 276 | 44 | 52 |
| Binary | 1000100 | 10000011 | 10010000 | 110101 | 1001 | 0 | 101100 | 10111110 | 100100 | 101010 |
Color Harmonies of #448390
Complementary color
Monochromatic Colors of #448390
Black with #448390
Text Example
Text Example
White with #448390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448390; }
p { color: rgb(68,131,144); }
H1.HeaderClassName
{
color: #448390;
}
.AnyTagClassName
{
color: #448390;
}
</style>
background-color css
<style>
a { background-color: #448390; }
a { background-color: rgb(68,131,144); }
div.DivClassName
{
background-color: #448390;
}
.BgClassName
{
background-color: #448390;
}
</style>
border-color css
<style>
span { border-color: #448390; }
span { border-color: rgb(68,131,144); }
td.TdClassName
{
border-color: #448390;
}
.TagClassName
{
border-color: #448390;
}
</style>