Shades of Hippie Blue #41819E
Tints of Hippie Blue #41819E
RGB
CMYK
RGB Variations
Color information
#41819E (or 0x41819E) is known color: Hippie Blue. HEX triplet: 41, 81 and 9E. RGB value is (65,129,158). Sum of RGB (Red+Green+Blue) = 65+129+158=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #41819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41819E is #BE7E61. Grayscale: #707070. Windows color (decimal): -12484194 or 10387777. OLE color: 10387777.
HSL color Cylindrical-coordinate representation of color #41819E: hue angle of 198.71º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41819E is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 129 | 158 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.38 |
| HSL | 198.71º | 0.42% | 0.44% | - |
| HSV(B) | 198.71º | 0.59% | 0.62% | - |
| XYZ | 16.2 | 19.29 | 35.22 | - |
| YUV | 113.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 158 | 0.59 | 0.18 | 0 | 0.38 | 198.71 | 0.42 | 0.44 |
| Hex | 41 | 81 | 9E | 3B | 12 | 0 | 26 | C7 | 2A | 2C |
| Octal | 101 | 201 | 236 | 73 | 22 | 0 | 46 | 307 | 52 | 54 |
| Binary | 1000001 | 10000001 | 10011110 | 111011 | 10010 | 0 | 100110 | 11000111 | 101010 | 101100 |
Color Harmonies of #41819E
Complementary color
Monochromatic Colors of #41819E
Black with #41819E
Text Example
Text Example
White with #41819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41819E; }
p { color: rgb(65,129,158); }
H1.HeaderClassName
{
color: #41819E;
}
.AnyTagClassName
{
color: #41819E;
}
</style>
background-color css
<style>
a { background-color: #41819E; }
a { background-color: rgb(65,129,158); }
div.DivClassName
{
background-color: #41819E;
}
.BgClassName
{
background-color: #41819E;
}
</style>
border-color css
<style>
span { border-color: #41819E; }
span { border-color: rgb(65,129,158); }
td.TdClassName
{
border-color: #41819E;
}
.TagClassName
{
border-color: #41819E;
}
</style>