Shades of Hippie Blue #448793
Tints of Hippie Blue #448793
RGB
CMYK
RGB Variations
Color information
#448793 (or 0x448793) is known color: Hippie Blue. HEX triplet: 44, 87 and 93. RGB value is (68,135,147). Sum of RGB (Red+Green+Blue) = 68+135+147=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #448793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448793 is #BB786C. Grayscale: #747474. Windows color (decimal): -12286061 or 9668420. OLE color: 9668420.
HSL color Cylindrical-coordinate representation of color #448793: hue angle of 189.11º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448793 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 135 | 147 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.42 |
| HSL | 189.11º | 0.37% | 0.42% | - |
| HSV(B) | 189.11º | 0.54% | 0.58% | - |
| XYZ | 16.31 | 20.66 | 30.73 | - |
| YUV | 116.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 147 | 0.54 | 0.08 | 0 | 0.42 | 189.11 | 0.37 | 0.42 |
| Hex | 44 | 87 | 93 | 36 | 8 | 0 | 2A | BD | 25 | 2A |
| Octal | 104 | 207 | 223 | 66 | 10 | 0 | 52 | 275 | 45 | 52 |
| Binary | 1000100 | 10000111 | 10010011 | 110110 | 1000 | 0 | 101010 | 10111101 | 100101 | 101010 |
Color Harmonies of #448793
Complementary color
Monochromatic Colors of #448793
Black with #448793
Text Example
Text Example
White with #448793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448793; }
p { color: rgb(68,135,147); }
H1.HeaderClassName
{
color: #448793;
}
.AnyTagClassName
{
color: #448793;
}
</style>
background-color css
<style>
a { background-color: #448793; }
a { background-color: rgb(68,135,147); }
div.DivClassName
{
background-color: #448793;
}
.BgClassName
{
background-color: #448793;
}
</style>
border-color css
<style>
span { border-color: #448793; }
span { border-color: rgb(68,135,147); }
td.TdClassName
{
border-color: #448793;
}
.TagClassName
{
border-color: #448793;
}
</style>