Shades of Hippie Blue #448F9B
Tints of Hippie Blue #448F9B
RGB
CMYK
RGB Variations
Color information
#448F9B (or 0x448F9B) is known color: Hippie Blue. HEX triplet: 44, 8F and 9B. RGB value is (68,143,155). Sum of RGB (Red+Green+Blue) = 68+143+155=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #448F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F9B is #BB7064. Grayscale: #797979. Windows color (decimal): -12284005 or 10194756. OLE color: 10194756.
HSL color Cylindrical-coordinate representation of color #448F9B: hue angle of 188.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448F9B is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 143 | 155 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.39 |
| HSL | 188.28º | 0.39% | 0.44% | - |
| HSV(B) | 188.28º | 0.56% | 0.61% | - |
| XYZ | 18.12 | 23.24 | 34.54 | - |
| YUV | 121.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 155 | 0.56 | 0.08 | 0 | 0.39 | 188.28 | 0.39 | 0.44 |
| Hex | 44 | 8F | 9B | 38 | 8 | 0 | 27 | BC | 27 | 2C |
| Octal | 104 | 217 | 233 | 70 | 10 | 0 | 47 | 274 | 47 | 54 |
| Binary | 1000100 | 10001111 | 10011011 | 111000 | 1000 | 0 | 100111 | 10111100 | 100111 | 101100 |
Color Harmonies of #448F9B
Complementary color
Monochromatic Colors of #448F9B
Black with #448F9B
Text Example
Text Example
White with #448F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F9B; }
p { color: rgb(68,143,155); }
H1.HeaderClassName
{
color: #448F9B;
}
.AnyTagClassName
{
color: #448F9B;
}
</style>
background-color css
<style>
a { background-color: #448F9B; }
a { background-color: rgb(68,143,155); }
div.DivClassName
{
background-color: #448F9B;
}
.BgClassName
{
background-color: #448F9B;
}
</style>
border-color css
<style>
span { border-color: #448F9B; }
span { border-color: rgb(68,143,155); }
td.TdClassName
{
border-color: #448F9B;
}
.TagClassName
{
border-color: #448F9B;
}
</style>