Shades of Hippie Blue #448195
Tints of Hippie Blue #448195
RGB
CMYK
RGB Variations
Color information
#448195 (or 0x448195) is known color: Hippie Blue. HEX triplet: 44, 81 and 95. RGB value is (68,129,149). Sum of RGB (Red+Green+Blue) = 68+129+149=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #448195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448195 is #BB7E6A. Grayscale: #707070. Windows color (decimal): -12287595 or 9797956. OLE color: 9797956.
HSL color Cylindrical-coordinate representation of color #448195: hue angle of 194.81º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448195 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 129 | 149 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.42 |
| HSL | 194.81º | 0.37% | 0.43% | - |
| HSV(B) | 194.81º | 0.54% | 0.58% | - |
| XYZ | 15.66 | 19.1 | 31.3 | - |
| YUV | 113.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 149 | 0.54 | 0.13 | 0 | 0.42 | 194.81 | 0.37 | 0.43 |
| Hex | 44 | 81 | 95 | 36 | D | 0 | 2A | C3 | 25 | 2B |
| Octal | 104 | 201 | 225 | 66 | 15 | 0 | 52 | 303 | 45 | 53 |
| Binary | 1000100 | 10000001 | 10010101 | 110110 | 1101 | 0 | 101010 | 11000011 | 100101 | 101011 |
Color Harmonies of #448195
Complementary color
Monochromatic Colors of #448195
Black with #448195
Text Example
Text Example
White with #448195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448195; }
p { color: rgb(68,129,149); }
H1.HeaderClassName
{
color: #448195;
}
.AnyTagClassName
{
color: #448195;
}
</style>
background-color css
<style>
a { background-color: #448195; }
a { background-color: rgb(68,129,149); }
div.DivClassName
{
background-color: #448195;
}
.BgClassName
{
background-color: #448195;
}
</style>
border-color css
<style>
span { border-color: #448195; }
span { border-color: rgb(68,129,149); }
td.TdClassName
{
border-color: #448195;
}
.TagClassName
{
border-color: #448195;
}
</style>