Shades of Hippie Blue #418490
Tints of Hippie Blue #418490
RGB
CMYK
RGB Variations
Color information
#418490 (or 0x418490) is known color: Hippie Blue. HEX triplet: 41, 84 and 90. RGB value is (65,132,144). Sum of RGB (Red+Green+Blue) = 65+132+144=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #418490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418490 is #BE7B6F. Grayscale: #717171. Windows color (decimal): -12483440 or 9471041. OLE color: 9471041.
HSL color Cylindrical-coordinate representation of color #418490: hue angle of 189.11º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418490 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 132 | 144 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.44 |
| HSL | 189.11º | 0.38% | 0.41% | - |
| HSV(B) | 189.11º | 0.55% | 0.56% | - |
| XYZ | 15.47 | 19.64 | 29.36 | - |
| YUV | 113.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 144 | 0.55 | 0.08 | 0 | 0.44 | 189.11 | 0.38 | 0.41 |
| Hex | 41 | 84 | 90 | 37 | 8 | 0 | 2C | BD | 26 | 29 |
| Octal | 101 | 204 | 220 | 67 | 10 | 0 | 54 | 275 | 46 | 51 |
| Binary | 1000001 | 10000100 | 10010000 | 110111 | 1000 | 0 | 101100 | 10111101 | 100110 | 101001 |
Color Harmonies of #418490
Complementary color
Monochromatic Colors of #418490
Black with #418490
Text Example
Text Example
White with #418490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418490; }
p { color: rgb(65,132,144); }
H1.HeaderClassName
{
color: #418490;
}
.AnyTagClassName
{
color: #418490;
}
</style>
background-color css
<style>
a { background-color: #418490; }
a { background-color: rgb(65,132,144); }
div.DivClassName
{
background-color: #418490;
}
.BgClassName
{
background-color: #418490;
}
</style>
border-color css
<style>
span { border-color: #418490; }
span { border-color: rgb(65,132,144); }
td.TdClassName
{
border-color: #418490;
}
.TagClassName
{
border-color: #418490;
}
</style>