Shades of Hippie Blue #418592
Tints of Hippie Blue #418592
RGB
CMYK
RGB Variations
Color information
#418592 (or 0x418592) is known color: Hippie Blue. HEX triplet: 41, 85 and 92. RGB value is (65,133,146). Sum of RGB (Red+Green+Blue) = 65+133+146=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #418592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418592 is #BE7A6D. Grayscale: #727272. Windows color (decimal): -12483182 or 9602369. OLE color: 9602369.
HSL color Cylindrical-coordinate representation of color #418592: hue angle of 189.63º 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 #418592 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 133 | 146 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.43 |
| HSL | 189.63º | 0.38% | 0.41% | - |
| HSV(B) | 189.63º | 0.55% | 0.57% | - |
| XYZ | 15.76 | 19.97 | 30.22 | - |
| YUV | 114.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 146 | 0.55 | 0.09 | 0 | 0.43 | 189.63 | 0.38 | 0.41 |
| Hex | 41 | 85 | 92 | 37 | 9 | 0 | 2B | BE | 26 | 29 |
| Octal | 101 | 205 | 222 | 67 | 11 | 0 | 53 | 276 | 46 | 51 |
| Binary | 1000001 | 10000101 | 10010010 | 110111 | 1001 | 0 | 101011 | 10111110 | 100110 | 101001 |
Color Harmonies of #418592
Complementary color
Monochromatic Colors of #418592
Black with #418592
Text Example
Text Example
White with #418592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418592; }
p { color: rgb(65,133,146); }
H1.HeaderClassName
{
color: #418592;
}
.AnyTagClassName
{
color: #418592;
}
</style>
background-color css
<style>
a { background-color: #418592; }
a { background-color: rgb(65,133,146); }
div.DivClassName
{
background-color: #418592;
}
.BgClassName
{
background-color: #418592;
}
</style>
border-color css
<style>
span { border-color: #418592; }
span { border-color: rgb(65,133,146); }
td.TdClassName
{
border-color: #418592;
}
.TagClassName
{
border-color: #418592;
}
</style>