Shades of Hippie Blue #447FA1
Tints of Hippie Blue #447FA1
RGB
CMYK
RGB Variations
Color information
#447FA1 (or 0x447FA1) is known color: Hippie Blue. HEX triplet: 44, 7F and A1. RGB value is (68,127,161). Sum of RGB (Red+Green+Blue) = 68+127+161=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #447FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FA1 is #BB805E. Grayscale: #717171. Windows color (decimal): -12288095 or 10583876. OLE color: 10583876.
HSL color Cylindrical-coordinate representation of color #447FA1: hue angle of 201.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447FA1 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 127 | 161 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.37 |
| HSL | 201.94º | 0.41% | 0.45% | - |
| HSV(B) | 201.94º | 0.58% | 0.63% | - |
| XYZ | 16.41 | 18.98 | 36.52 | - |
| YUV | 113.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 161 | 0.58 | 0.21 | 0 | 0.37 | 201.94 | 0.41 | 0.45 |
| Hex | 44 | 7F | A1 | 3A | 15 | 0 | 25 | CA | 29 | 2D |
| Octal | 104 | 177 | 241 | 72 | 25 | 0 | 45 | 312 | 51 | 55 |
| Binary | 1000100 | 1111111 | 10100001 | 111010 | 10101 | 0 | 100101 | 11001010 | 101001 | 101101 |
Color Harmonies of #447FA1
Complementary color
Monochromatic Colors of #447FA1
Black with #447FA1
Text Example
Text Example
White with #447FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FA1; }
p { color: rgb(68,127,161); }
H1.HeaderClassName
{
color: #447FA1;
}
.AnyTagClassName
{
color: #447FA1;
}
</style>
background-color css
<style>
a { background-color: #447FA1; }
a { background-color: rgb(68,127,161); }
div.DivClassName
{
background-color: #447FA1;
}
.BgClassName
{
background-color: #447FA1;
}
</style>
border-color css
<style>
span { border-color: #447FA1; }
span { border-color: rgb(68,127,161); }
td.TdClassName
{
border-color: #447FA1;
}
.TagClassName
{
border-color: #447FA1;
}
</style>