Shades of Hippie Blue #44919C
Tints of Hippie Blue #44919C
RGB
CMYK
RGB Variations
Color information
#44919C (or 0x44919C) is known color: Hippie Blue. HEX triplet: 44, 91 and 9C. RGB value is (68,145,156). Sum of RGB (Red+Green+Blue) = 68+145+156=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #44919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44919C is #BB6E63. Grayscale: #7B7B7B. Windows color (decimal): -12283492 or 10260804. OLE color: 10260804.
HSL color Cylindrical-coordinate representation of color #44919C: hue angle of 187.5º 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 #44919C is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 145 | 156 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.39 |
| HSL | 187.5º | 0.39% | 0.44% | - |
| HSV(B) | 187.5º | 0.56% | 0.61% | - |
| XYZ | 18.51 | 23.88 | 35.09 | - |
| YUV | 123.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 156 | 0.56 | 0.07 | 0 | 0.39 | 187.5 | 0.39 | 0.44 |
| Hex | 44 | 91 | 9C | 38 | 7 | 0 | 27 | BC | 27 | 2C |
| Octal | 104 | 221 | 234 | 70 | 7 | 0 | 47 | 274 | 47 | 54 |
| Binary | 1000100 | 10010001 | 10011100 | 111000 | 111 | 0 | 100111 | 10111100 | 100111 | 101100 |
Color Harmonies of #44919C
Complementary color
Monochromatic Colors of #44919C
Black with #44919C
Text Example
Text Example
White with #44919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44919C; }
p { color: rgb(68,145,156); }
H1.HeaderClassName
{
color: #44919C;
}
.AnyTagClassName
{
color: #44919C;
}
</style>
background-color css
<style>
a { background-color: #44919C; }
a { background-color: rgb(68,145,156); }
div.DivClassName
{
background-color: #44919C;
}
.BgClassName
{
background-color: #44919C;
}
</style>
border-color css
<style>
span { border-color: #44919C; }
span { border-color: rgb(68,145,156); }
td.TdClassName
{
border-color: #44919C;
}
.TagClassName
{
border-color: #44919C;
}
</style>