Shades of Hippie Blue #418DA0
Tints of Hippie Blue #418DA0
RGB
CMYK
RGB Variations
Color information
#418DA0 (or 0x418DA0) is known color: Hippie Blue. HEX triplet: 41, 8D and A0. RGB value is (65,141,160). Sum of RGB (Red+Green+Blue) = 65+141+160=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #418DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418DA0 is #BE725F. Grayscale: #787878. Windows color (decimal): -12481120 or 10521921. OLE color: 10521921.
HSL color Cylindrical-coordinate representation of color #418DA0: hue angle of 192º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418DA0 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 141 | 160 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.37 |
| HSL | 192º | 0.42% | 0.44% | - |
| HSV(B) | 192º | 0.59% | 0.63% | - |
| XYZ | 18.05 | 22.71 | 36.69 | - |
| YUV | 120.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 160 | 0.59 | 0.12 | 0 | 0.37 | 192 | 0.42 | 0.44 |
| Hex | 41 | 8D | A0 | 3B | C | 0 | 25 | C0 | 2A | 2C |
| Octal | 101 | 215 | 240 | 73 | 14 | 0 | 45 | 300 | 52 | 54 |
| Binary | 1000001 | 10001101 | 10100000 | 111011 | 1100 | 0 | 100101 | 11000000 | 101010 | 101100 |
Color Harmonies of #418DA0
Complementary color
Monochromatic Colors of #418DA0
Black with #418DA0
Text Example
Text Example
White with #418DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DA0; }
p { color: rgb(65,141,160); }
H1.HeaderClassName
{
color: #418DA0;
}
.AnyTagClassName
{
color: #418DA0;
}
</style>
background-color css
<style>
a { background-color: #418DA0; }
a { background-color: rgb(65,141,160); }
div.DivClassName
{
background-color: #418DA0;
}
.BgClassName
{
background-color: #418DA0;
}
</style>
border-color css
<style>
span { border-color: #418DA0; }
span { border-color: rgb(65,141,160); }
td.TdClassName
{
border-color: #418DA0;
}
.TagClassName
{
border-color: #418DA0;
}
</style>