Shades of Hippie Blue #44909C
Tints of Hippie Blue #44909C
RGB
CMYK
RGB Variations
Color information
#44909C (or 0x44909C) is known color: Hippie Blue. HEX triplet: 44, 90 and 9C. RGB value is (68,144,156). Sum of RGB (Red+Green+Blue) = 68+144+156=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #44909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44909C is #BB6F63. Grayscale: #7A7A7A. Windows color (decimal): -12283748 or 10260548. OLE color: 10260548.
HSL color Cylindrical-coordinate representation of color #44909C: hue angle of 188.18º 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 #44909C is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 144 | 156 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.39 |
| HSL | 188.18º | 0.39% | 0.44% | - |
| HSV(B) | 188.18º | 0.56% | 0.61% | - |
| XYZ | 18.36 | 23.58 | 35.04 | - |
| YUV | 122.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 156 | 0.56 | 0.08 | 0 | 0.39 | 188.18 | 0.39 | 0.44 |
| Hex | 44 | 90 | 9C | 38 | 8 | 0 | 27 | BC | 27 | 2C |
| Octal | 104 | 220 | 234 | 70 | 10 | 0 | 47 | 274 | 47 | 54 |
| Binary | 1000100 | 10010000 | 10011100 | 111000 | 1000 | 0 | 100111 | 10111100 | 100111 | 101100 |
Color Harmonies of #44909C
Complementary color
Monochromatic Colors of #44909C
Black with #44909C
Text Example
Text Example
White with #44909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44909C; }
p { color: rgb(68,144,156); }
H1.HeaderClassName
{
color: #44909C;
}
.AnyTagClassName
{
color: #44909C;
}
</style>
background-color css
<style>
a { background-color: #44909C; }
a { background-color: rgb(68,144,156); }
div.DivClassName
{
background-color: #44909C;
}
.BgClassName
{
background-color: #44909C;
}
</style>
border-color css
<style>
span { border-color: #44909C; }
span { border-color: rgb(68,144,156); }
td.TdClassName
{
border-color: #44909C;
}
.TagClassName
{
border-color: #44909C;
}
</style>