Shades of Hippie Blue #448392
Tints of Hippie Blue #448392
RGB
CMYK
RGB Variations
Color information
#448392 (or 0x448392) is known color: Hippie Blue. HEX triplet: 44, 83 and 92. RGB value is (68,131,146). Sum of RGB (Red+Green+Blue) = 68+131+146=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #448392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448392 is #BB7C6D. Grayscale: #717171. Windows color (decimal): -12287086 or 9601860. OLE color: 9601860.
HSL color Cylindrical-coordinate representation of color #448392: hue angle of 191.54º 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 #448392 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 131 | 146 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.43 |
| HSL | 191.54º | 0.36% | 0.42% | - |
| HSV(B) | 191.54º | 0.53% | 0.57% | - |
| XYZ | 15.69 | 19.54 | 30.14 | - |
| YUV | 113.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 146 | 0.53 | 0.10 | 0 | 0.43 | 191.54 | 0.36 | 0.42 |
| Hex | 44 | 83 | 92 | 35 | A | 0 | 2B | C0 | 24 | 2A |
| Octal | 104 | 203 | 222 | 65 | 12 | 0 | 53 | 300 | 44 | 52 |
| Binary | 1000100 | 10000011 | 10010010 | 110101 | 1010 | 0 | 101011 | 11000000 | 100100 | 101010 |
Color Harmonies of #448392
Complementary color
Monochromatic Colors of #448392
Black with #448392
Text Example
Text Example
White with #448392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448392; }
p { color: rgb(68,131,146); }
H1.HeaderClassName
{
color: #448392;
}
.AnyTagClassName
{
color: #448392;
}
</style>
background-color css
<style>
a { background-color: #448392; }
a { background-color: rgb(68,131,146); }
div.DivClassName
{
background-color: #448392;
}
.BgClassName
{
background-color: #448392;
}
</style>
border-color css
<style>
span { border-color: #448392; }
span { border-color: rgb(68,131,146); }
td.TdClassName
{
border-color: #448392;
}
.TagClassName
{
border-color: #448392;
}
</style>