Shades of Hippie Blue #448796
Tints of Hippie Blue #448796
RGB
CMYK
RGB Variations
Color information
#448796 (or 0x448796) is known color: Hippie Blue. HEX triplet: 44, 87 and 96. RGB value is (68,135,150). Sum of RGB (Red+Green+Blue) = 68+135+150=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #448796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448796 is #BB7869. Grayscale: #747474. Windows color (decimal): -12286058 or 9865028. OLE color: 9865028.
HSL color Cylindrical-coordinate representation of color #448796: hue angle of 190.98º 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 #448796 is Cyan = 0.55, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 135 | 150 | - |
| CMYK | 0.55 | 0.1 | 0 | 0.41 |
| HSL | 190.98º | 0.38% | 0.43% | - |
| HSV(B) | 190.98º | 0.55% | 0.59% | - |
| XYZ | 16.55 | 20.76 | 31.99 | - |
| YUV | 116.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 150 | 0.55 | 0.1 | 0 | 0.41 | 190.98 | 0.38 | 0.43 |
| Hex | 44 | 87 | 96 | 37 | A | 0 | 29 | BF | 26 | 2B |
| Octal | 104 | 207 | 226 | 67 | 12 | 0 | 51 | 277 | 46 | 53 |
| Binary | 1000100 | 10000111 | 10010110 | 110111 | 1010 | 0 | 101001 | 10111111 | 100110 | 101011 |
Color Harmonies of #448796
Complementary color
Monochromatic Colors of #448796
Black with #448796
Text Example
Text Example
White with #448796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448796; }
p { color: rgb(68,135,150); }
H1.HeaderClassName
{
color: #448796;
}
.AnyTagClassName
{
color: #448796;
}
</style>
background-color css
<style>
a { background-color: #448796; }
a { background-color: rgb(68,135,150); }
div.DivClassName
{
background-color: #448796;
}
.BgClassName
{
background-color: #448796;
}
</style>
border-color css
<style>
span { border-color: #448796; }
span { border-color: rgb(68,135,150); }
td.TdClassName
{
border-color: #448796;
}
.TagClassName
{
border-color: #448796;
}
</style>