Shades of Hippie Blue #448A96
Tints of Hippie Blue #448A96
RGB
CMYK
RGB Variations
Color information
#448A96 (or 0x448A96) is known color: Hippie Blue. HEX triplet: 44, 8A and 96. RGB value is (68,138,150). Sum of RGB (Red+Green+Blue) = 68+138+150=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #448A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448A96 is #BB7569. Grayscale: #767676. Windows color (decimal): -12285290 or 9865796. OLE color: 9865796.
HSL color Cylindrical-coordinate representation of color #448A96: hue angle of 188.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448A96 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 138 | 150 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.41 |
| HSL | 188.78º | 0.38% | 0.43% | - |
| HSV(B) | 188.78º | 0.55% | 0.59% | - |
| XYZ | 16.98 | 21.61 | 32.13 | - |
| YUV | 118.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 150 | 0.55 | 0.08 | 0 | 0.41 | 188.78 | 0.38 | 0.43 |
| Hex | 44 | 8A | 96 | 37 | 8 | 0 | 29 | BD | 26 | 2B |
| Octal | 104 | 212 | 226 | 67 | 10 | 0 | 51 | 275 | 46 | 53 |
| Binary | 1000100 | 10001010 | 10010110 | 110111 | 1000 | 0 | 101001 | 10111101 | 100110 | 101011 |
Color Harmonies of #448A96
Complementary color
Monochromatic Colors of #448A96
Black with #448A96
Text Example
Text Example
White with #448A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A96; }
p { color: rgb(68,138,150); }
H1.HeaderClassName
{
color: #448A96;
}
.AnyTagClassName
{
color: #448A96;
}
</style>
background-color css
<style>
a { background-color: #448A96; }
a { background-color: rgb(68,138,150); }
div.DivClassName
{
background-color: #448A96;
}
.BgClassName
{
background-color: #448A96;
}
</style>
border-color css
<style>
span { border-color: #448A96; }
span { border-color: rgb(68,138,150); }
td.TdClassName
{
border-color: #448A96;
}
.TagClassName
{
border-color: #448A96;
}
</style>