Shades of Hippie Blue #418390
Tints of Hippie Blue #418390
RGB
CMYK
RGB Variations
Color information
#418390 (or 0x418390) is known color: Hippie Blue. HEX triplet: 41, 83 and 90. RGB value is (65,131,144). Sum of RGB (Red+Green+Blue) = 65+131+144=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #418390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418390 is #BE7C6F. Grayscale: #707070. Windows color (decimal): -12483696 or 9470785. OLE color: 9470785.
HSL color Cylindrical-coordinate representation of color #418390: hue angle of 189.87º 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 #418390 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 131 | 144 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.44 |
| HSL | 189.87º | 0.38% | 0.41% | - |
| HSV(B) | 189.87º | 0.55% | 0.56% | - |
| XYZ | 15.33 | 19.37 | 29.32 | - |
| YUV | 112.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 144 | 0.55 | 0.09 | 0 | 0.44 | 189.87 | 0.38 | 0.41 |
| Hex | 41 | 83 | 90 | 37 | 9 | 0 | 2C | BE | 26 | 29 |
| Octal | 101 | 203 | 220 | 67 | 11 | 0 | 54 | 276 | 46 | 51 |
| Binary | 1000001 | 10000011 | 10010000 | 110111 | 1001 | 0 | 101100 | 10111110 | 100110 | 101001 |
Color Harmonies of #418390
Complementary color
Monochromatic Colors of #418390
Black with #418390
Text Example
Text Example
White with #418390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418390; }
p { color: rgb(65,131,144); }
H1.HeaderClassName
{
color: #418390;
}
.AnyTagClassName
{
color: #418390;
}
</style>
background-color css
<style>
a { background-color: #418390; }
a { background-color: rgb(65,131,144); }
div.DivClassName
{
background-color: #418390;
}
.BgClassName
{
background-color: #418390;
}
</style>
border-color css
<style>
span { border-color: #418390; }
span { border-color: rgb(65,131,144); }
td.TdClassName
{
border-color: #418390;
}
.TagClassName
{
border-color: #418390;
}
</style>