Shades of Hippie Blue #41899B
Tints of Hippie Blue #41899B
RGB
CMYK
RGB Variations
Color information
#41899B (or 0x41899B) is known color: Hippie Blue. HEX triplet: 41, 89 and 9B. RGB value is (65,137,155). Sum of RGB (Red+Green+Blue) = 65+137+155=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #41899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41899B is #BE7664. Grayscale: #757575. Windows color (decimal): -12482149 or 10193217. OLE color: 10193217.
HSL color Cylindrical-coordinate representation of color #41899B: hue angle of 192º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41899B is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 137 | 155 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.39 |
| HSL | 192º | 0.41% | 0.43% | - |
| HSV(B) | 192º | 0.58% | 0.61% | - |
| XYZ | 17.04 | 21.38 | 34.24 | - |
| YUV | 117.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 155 | 0.58 | 0.12 | 0 | 0.39 | 192 | 0.41 | 0.43 |
| Hex | 41 | 89 | 9B | 3A | C | 0 | 27 | C0 | 29 | 2B |
| Octal | 101 | 211 | 233 | 72 | 14 | 0 | 47 | 300 | 51 | 53 |
| Binary | 1000001 | 10001001 | 10011011 | 111010 | 1100 | 0 | 100111 | 11000000 | 101001 | 101011 |
Color Harmonies of #41899B
Complementary color
Monochromatic Colors of #41899B
Black with #41899B
Text Example
Text Example
White with #41899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41899B; }
p { color: rgb(65,137,155); }
H1.HeaderClassName
{
color: #41899B;
}
.AnyTagClassName
{
color: #41899B;
}
</style>
background-color css
<style>
a { background-color: #41899B; }
a { background-color: rgb(65,137,155); }
div.DivClassName
{
background-color: #41899B;
}
.BgClassName
{
background-color: #41899B;
}
</style>
border-color css
<style>
span { border-color: #41899B; }
span { border-color: rgb(65,137,155); }
td.TdClassName
{
border-color: #41899B;
}
.TagClassName
{
border-color: #41899B;
}
</style>