Shades of Hippie Blue #41879A
Tints of Hippie Blue #41879A
RGB
CMYK
RGB Variations
Color information
#41879A (or 0x41879A) is known color: Hippie Blue. HEX triplet: 41, 87 and 9A. RGB value is (65,135,154). Sum of RGB (Red+Green+Blue) = 65+135+154=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #41879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41879A is #BE7865. Grayscale: #747474. Windows color (decimal): -12482662 or 10127169. OLE color: 10127169.
HSL color Cylindrical-coordinate representation of color #41879A: hue angle of 192.81º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41879A is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 135 | 154 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.40 |
| HSL | 192.81º | 0.41% | 0.43% | - |
| HSV(B) | 192.81º | 0.58% | 0.6% | - |
| XYZ | 16.68 | 20.78 | 33.7 | - |
| YUV | 116.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 154 | 0.58 | 0.12 | 0 | 0.40 | 192.81 | 0.41 | 0.43 |
| Hex | 41 | 87 | 9A | 3A | C | 0 | 28 | C1 | 29 | 2B |
| Octal | 101 | 207 | 232 | 72 | 14 | 0 | 50 | 301 | 51 | 53 |
| Binary | 1000001 | 10000111 | 10011010 | 111010 | 1100 | 0 | 101000 | 11000001 | 101001 | 101011 |
Color Harmonies of #41879A
Complementary color
Monochromatic Colors of #41879A
Black with #41879A
Text Example
Text Example
White with #41879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41879A; }
p { color: rgb(65,135,154); }
H1.HeaderClassName
{
color: #41879A;
}
.AnyTagClassName
{
color: #41879A;
}
</style>
background-color css
<style>
a { background-color: #41879A; }
a { background-color: rgb(65,135,154); }
div.DivClassName
{
background-color: #41879A;
}
.BgClassName
{
background-color: #41879A;
}
</style>
border-color css
<style>
span { border-color: #41879A; }
span { border-color: rgb(65,135,154); }
td.TdClassName
{
border-color: #41879A;
}
.TagClassName
{
border-color: #41879A;
}
</style>