Shades of Hippie Blue #418593
Tints of Hippie Blue #418593
RGB
CMYK
RGB Variations
Color information
#418593 (or 0x418593) is known color: Hippie Blue. HEX triplet: 41, 85 and 93. RGB value is (65,133,147). Sum of RGB (Red+Green+Blue) = 65+133+147=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #418593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418593 is #BE7A6C. Grayscale: #727272. Windows color (decimal): -12483181 or 9667905. OLE color: 9667905.
HSL color Cylindrical-coordinate representation of color #418593: hue angle of 190.24º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #418593 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 133 | 147 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.42 |
| HSL | 190.24º | 0.39% | 0.42% | - |
| HSV(B) | 190.24º | 0.56% | 0.58% | - |
| XYZ | 15.83 | 20.01 | 30.63 | - |
| YUV | 114.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 147 | 0.56 | 0.10 | 0 | 0.42 | 190.24 | 0.39 | 0.42 |
| Hex | 41 | 85 | 93 | 38 | A | 0 | 2A | BE | 27 | 2A |
| Octal | 101 | 205 | 223 | 70 | 12 | 0 | 52 | 276 | 47 | 52 |
| Binary | 1000001 | 10000101 | 10010011 | 111000 | 1010 | 0 | 101010 | 10111110 | 100111 | 101010 |
Color Harmonies of #418593
Complementary color
Monochromatic Colors of #418593
Black with #418593
Text Example
Text Example
White with #418593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418593; }
p { color: rgb(65,133,147); }
H1.HeaderClassName
{
color: #418593;
}
.AnyTagClassName
{
color: #418593;
}
</style>
background-color css
<style>
a { background-color: #418593; }
a { background-color: rgb(65,133,147); }
div.DivClassName
{
background-color: #418593;
}
.BgClassName
{
background-color: #418593;
}
</style>
border-color css
<style>
span { border-color: #418593; }
span { border-color: rgb(65,133,147); }
td.TdClassName
{
border-color: #418593;
}
.TagClassName
{
border-color: #418593;
}
</style>