Shades of Hippie Blue #418391
Tints of Hippie Blue #418391
RGB
CMYK
RGB Variations
Color information
#418391 (or 0x418391) is known color: Hippie Blue. HEX triplet: 41, 83 and 91. RGB value is (65,131,145). Sum of RGB (Red+Green+Blue) = 65+131+145=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #418391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418391 is #BE7C6E. Grayscale: #707070. Windows color (decimal): -12483695 or 9536321. OLE color: 9536321.
HSL color Cylindrical-coordinate representation of color #418391: hue angle of 190.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418391 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 131 | 145 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.43 |
| HSL | 190.5º | 0.38% | 0.41% | - |
| HSV(B) | 190.5º | 0.55% | 0.57% | - |
| XYZ | 15.41 | 19.4 | 29.72 | - |
| YUV | 112.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 145 | 0.55 | 0.10 | 0 | 0.43 | 190.5 | 0.38 | 0.41 |
| Hex | 41 | 83 | 91 | 37 | A | 0 | 2B | BE | 26 | 29 |
| Octal | 101 | 203 | 221 | 67 | 12 | 0 | 53 | 276 | 46 | 51 |
| Binary | 1000001 | 10000011 | 10010001 | 110111 | 1010 | 0 | 101011 | 10111110 | 100110 | 101001 |
Color Harmonies of #418391
Complementary color
Monochromatic Colors of #418391
Black with #418391
Text Example
Text Example
White with #418391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418391; }
p { color: rgb(65,131,145); }
H1.HeaderClassName
{
color: #418391;
}
.AnyTagClassName
{
color: #418391;
}
</style>
background-color css
<style>
a { background-color: #418391; }
a { background-color: rgb(65,131,145); }
div.DivClassName
{
background-color: #418391;
}
.BgClassName
{
background-color: #418391;
}
</style>
border-color css
<style>
span { border-color: #418391; }
span { border-color: rgb(65,131,145); }
td.TdClassName
{
border-color: #418391;
}
.TagClassName
{
border-color: #418391;
}
</style>