Shades of Hippie Blue #448F9F
Tints of Hippie Blue #448F9F
RGB
CMYK
RGB Variations
Color information
#448F9F (or 0x448F9F) is known color: Hippie Blue. HEX triplet: 44, 8F and 9F. RGB value is (68,143,159). Sum of RGB (Red+Green+Blue) = 68+143+159=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #448F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F9F is #BB7060. Grayscale: #7A7A7A. Windows color (decimal): -12284001 or 10456900. OLE color: 10456900.
HSL color Cylindrical-coordinate representation of color #448F9F: hue angle of 190.55º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #448F9F is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 143 | 159 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.38 |
| HSL | 190.55º | 0.4% | 0.45% | - |
| HSV(B) | 190.55º | 0.57% | 0.62% | - |
| XYZ | 18.46 | 23.38 | 36.34 | - |
| YUV | 122.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 159 | 0.57 | 0.10 | 0 | 0.38 | 190.55 | 0.4 | 0.45 |
| Hex | 44 | 8F | 9F | 39 | A | 0 | 26 | BF | 28 | 2D |
| Octal | 104 | 217 | 237 | 71 | 12 | 0 | 46 | 277 | 50 | 55 |
| Binary | 1000100 | 10001111 | 10011111 | 111001 | 1010 | 0 | 100110 | 10111111 | 101000 | 101101 |
Color Harmonies of #448F9F
Complementary color
Monochromatic Colors of #448F9F
Black with #448F9F
Text Example
Text Example
White with #448F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F9F; }
p { color: rgb(68,143,159); }
H1.HeaderClassName
{
color: #448F9F;
}
.AnyTagClassName
{
color: #448F9F;
}
</style>
background-color css
<style>
a { background-color: #448F9F; }
a { background-color: rgb(68,143,159); }
div.DivClassName
{
background-color: #448F9F;
}
.BgClassName
{
background-color: #448F9F;
}
</style>
border-color css
<style>
span { border-color: #448F9F; }
span { border-color: rgb(68,143,159); }
td.TdClassName
{
border-color: #448F9F;
}
.TagClassName
{
border-color: #448F9F;
}
</style>