Shades of Hippie Blue #448596
Tints of Hippie Blue #448596
RGB
CMYK
RGB Variations
Color information
#448596 (or 0x448596) is known color: Hippie Blue. HEX triplet: 44, 85 and 96. RGB value is (68,133,150). Sum of RGB (Red+Green+Blue) = 68+133+150=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #448596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448596 is #BB7A69. Grayscale: #737373. Windows color (decimal): -12286570 or 9864516. OLE color: 9864516.
HSL color Cylindrical-coordinate representation of color #448596: hue angle of 192.44º 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 #448596 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 133 | 150 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.41 |
| HSL | 192.44º | 0.38% | 0.43% | - |
| HSV(B) | 192.44º | 0.55% | 0.59% | - |
| XYZ | 16.28 | 20.21 | 31.9 | - |
| YUV | 115.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 150 | 0.55 | 0.11 | 0 | 0.41 | 192.44 | 0.38 | 0.43 |
| Hex | 44 | 85 | 96 | 37 | B | 0 | 29 | C0 | 26 | 2B |
| Octal | 104 | 205 | 226 | 67 | 13 | 0 | 51 | 300 | 46 | 53 |
| Binary | 1000100 | 10000101 | 10010110 | 110111 | 1011 | 0 | 101001 | 11000000 | 100110 | 101011 |
Color Harmonies of #448596
Complementary color
Monochromatic Colors of #448596
Black with #448596
Text Example
Text Example
White with #448596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448596; }
p { color: rgb(68,133,150); }
H1.HeaderClassName
{
color: #448596;
}
.AnyTagClassName
{
color: #448596;
}
</style>
background-color css
<style>
a { background-color: #448596; }
a { background-color: rgb(68,133,150); }
div.DivClassName
{
background-color: #448596;
}
.BgClassName
{
background-color: #448596;
}
</style>
border-color css
<style>
span { border-color: #448596; }
span { border-color: rgb(68,133,150); }
td.TdClassName
{
border-color: #448596;
}
.TagClassName
{
border-color: #448596;
}
</style>