Shades of Hippie Blue #447F9D
Tints of Hippie Blue #447F9D
RGB
CMYK
RGB Variations
Color information
#447F9D (or 0x447F9D) is known color: Hippie Blue. HEX triplet: 44, 7F and 9D. RGB value is (68,127,157). Sum of RGB (Red+Green+Blue) = 68+127+157=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #447F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F9D is #BB8062. Grayscale: #707070. Windows color (decimal): -12288099 or 10321732. OLE color: 10321732.
HSL color Cylindrical-coordinate representation of color #447F9D: hue angle of 200.22º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #447F9D is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 127 | 157 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.38 |
| HSL | 200.22º | 0.4% | 0.44% | - |
| HSV(B) | 200.22º | 0.57% | 0.62% | - |
| XYZ | 16.06 | 18.84 | 34.69 | - |
| YUV | 112.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 157 | 0.57 | 0.19 | 0 | 0.38 | 200.22 | 0.4 | 0.44 |
| Hex | 44 | 7F | 9D | 39 | 13 | 0 | 26 | C8 | 28 | 2C |
| Octal | 104 | 177 | 235 | 71 | 23 | 0 | 46 | 310 | 50 | 54 |
| Binary | 1000100 | 1111111 | 10011101 | 111001 | 10011 | 0 | 100110 | 11001000 | 101000 | 101100 |
Color Harmonies of #447F9D
Complementary color
Monochromatic Colors of #447F9D
Black with #447F9D
Text Example
Text Example
White with #447F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F9D; }
p { color: rgb(68,127,157); }
H1.HeaderClassName
{
color: #447F9D;
}
.AnyTagClassName
{
color: #447F9D;
}
</style>
background-color css
<style>
a { background-color: #447F9D; }
a { background-color: rgb(68,127,157); }
div.DivClassName
{
background-color: #447F9D;
}
.BgClassName
{
background-color: #447F9D;
}
</style>
border-color css
<style>
span { border-color: #447F9D; }
span { border-color: rgb(68,127,157); }
td.TdClassName
{
border-color: #447F9D;
}
.TagClassName
{
border-color: #447F9D;
}
</style>