Shades of Hippie Blue #418396
Tints of Hippie Blue #418396
RGB
CMYK
RGB Variations
Color information
#418396 (or 0x418396) is known color: Hippie Blue. HEX triplet: 41, 83 and 96. RGB value is (65,131,150). Sum of RGB (Red+Green+Blue) = 65+131+150=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #418396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418396 is #BE7C69. Grayscale: #717171. Windows color (decimal): -12483690 or 9864001. OLE color: 9864001.
HSL color Cylindrical-coordinate representation of color #418396: hue angle of 193.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418396 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 131 | 150 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.41 |
| HSL | 193.41º | 0.4% | 0.42% | - |
| HSV(B) | 193.41º | 0.57% | 0.59% | - |
| XYZ | 15.8 | 19.56 | 31.8 | - |
| YUV | 113.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 150 | 0.57 | 0.13 | 0 | 0.41 | 193.41 | 0.4 | 0.42 |
| Hex | 41 | 83 | 96 | 39 | D | 0 | 29 | C1 | 28 | 2A |
| Octal | 101 | 203 | 226 | 71 | 15 | 0 | 51 | 301 | 50 | 52 |
| Binary | 1000001 | 10000011 | 10010110 | 111001 | 1101 | 0 | 101001 | 11000001 | 101000 | 101010 |
Color Harmonies of #418396
Complementary color
Monochromatic Colors of #418396
Black with #418396
Text Example
Text Example
White with #418396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418396; }
p { color: rgb(65,131,150); }
H1.HeaderClassName
{
color: #418396;
}
.AnyTagClassName
{
color: #418396;
}
</style>
background-color css
<style>
a { background-color: #418396; }
a { background-color: rgb(65,131,150); }
div.DivClassName
{
background-color: #418396;
}
.BgClassName
{
background-color: #418396;
}
</style>
border-color css
<style>
span { border-color: #418396; }
span { border-color: rgb(65,131,150); }
td.TdClassName
{
border-color: #418396;
}
.TagClassName
{
border-color: #418396;
}
</style>