Shades of Hippie Blue #448696
Tints of Hippie Blue #448696
RGB
CMYK
RGB Variations
Color information
#448696 (or 0x448696) is known color: Hippie Blue. HEX triplet: 44, 86 and 96. RGB value is (68,134,150). Sum of RGB (Red+Green+Blue) = 68+134+150=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #448696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448696 is #BB7969. Grayscale: #737373. Windows color (decimal): -12286314 or 9864772. OLE color: 9864772.
HSL color Cylindrical-coordinate representation of color #448696: hue angle of 191.71º 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 #448696 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 134 | 150 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.41 |
| HSL | 191.71º | 0.38% | 0.43% | - |
| HSV(B) | 191.71º | 0.55% | 0.59% | - |
| XYZ | 16.41 | 20.48 | 31.94 | - |
| YUV | 116.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 150 | 0.55 | 0.11 | 0 | 0.41 | 191.71 | 0.38 | 0.43 |
| Hex | 44 | 86 | 96 | 37 | B | 0 | 29 | C0 | 26 | 2B |
| Octal | 104 | 206 | 226 | 67 | 13 | 0 | 51 | 300 | 46 | 53 |
| Binary | 1000100 | 10000110 | 10010110 | 110111 | 1011 | 0 | 101001 | 11000000 | 100110 | 101011 |
Color Harmonies of #448696
Complementary color
Monochromatic Colors of #448696
Black with #448696
Text Example
Text Example
White with #448696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448696; }
p { color: rgb(68,134,150); }
H1.HeaderClassName
{
color: #448696;
}
.AnyTagClassName
{
color: #448696;
}
</style>
background-color css
<style>
a { background-color: #448696; }
a { background-color: rgb(68,134,150); }
div.DivClassName
{
background-color: #448696;
}
.BgClassName
{
background-color: #448696;
}
</style>
border-color css
<style>
span { border-color: #448696; }
span { border-color: rgb(68,134,150); }
td.TdClassName
{
border-color: #448696;
}
.TagClassName
{
border-color: #448696;
}
</style>