Shades of Hippie Blue #448591
Tints of Hippie Blue #448591
RGB
CMYK
RGB Variations
Color information
#448591 (or 0x448591) is known color: Hippie Blue. HEX triplet: 44, 85 and 91. RGB value is (68,133,145). Sum of RGB (Red+Green+Blue) = 68+133+145=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #448591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448591 is #BB7A6E. Grayscale: #727272. Windows color (decimal): -12286575 or 9536836. OLE color: 9536836.
HSL color Cylindrical-coordinate representation of color #448591: hue angle of 189.35º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448591 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 133 | 145 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.43 |
| HSL | 189.35º | 0.36% | 0.42% | - |
| HSV(B) | 189.35º | 0.53% | 0.57% | - |
| XYZ | 15.88 | 20.05 | 29.82 | - |
| YUV | 114.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 145 | 0.53 | 0.08 | 0 | 0.43 | 189.35 | 0.36 | 0.42 |
| Hex | 44 | 85 | 91 | 35 | 8 | 0 | 2B | BD | 24 | 2A |
| Octal | 104 | 205 | 221 | 65 | 10 | 0 | 53 | 275 | 44 | 52 |
| Binary | 1000100 | 10000101 | 10010001 | 110101 | 1000 | 0 | 101011 | 10111101 | 100100 | 101010 |
Color Harmonies of #448591
Complementary color
Monochromatic Colors of #448591
Black with #448591
Text Example
Text Example
White with #448591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448591; }
p { color: rgb(68,133,145); }
H1.HeaderClassName
{
color: #448591;
}
.AnyTagClassName
{
color: #448591;
}
</style>
background-color css
<style>
a { background-color: #448591; }
a { background-color: rgb(68,133,145); }
div.DivClassName
{
background-color: #448591;
}
.BgClassName
{
background-color: #448591;
}
</style>
border-color css
<style>
span { border-color: #448591; }
span { border-color: rgb(68,133,145); }
td.TdClassName
{
border-color: #448591;
}
.TagClassName
{
border-color: #448591;
}
</style>