Shades of Hippie Blue #41869D
Tints of Hippie Blue #41869D
RGB
CMYK
RGB Variations
Color information
#41869D (or 0x41869D) is known color: Hippie Blue. HEX triplet: 41, 86 and 9D. RGB value is (65,134,157). Sum of RGB (Red+Green+Blue) = 65+134+157=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #41869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41869D is #BE7962. Grayscale: #737373. Windows color (decimal): -12482915 or 10323521. OLE color: 10323521.
HSL color Cylindrical-coordinate representation of color #41869D: hue angle of 195º degrees, saturation: 0.41, 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 #41869D is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 134 | 157 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.38 |
| HSL | 195º | 0.41% | 0.44% | - |
| HSV(B) | 195º | 0.59% | 0.62% | - |
| XYZ | 16.79 | 20.61 | 34.99 | - |
| YUV | 115.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 157 | 0.59 | 0.15 | 0 | 0.38 | 195 | 0.41 | 0.44 |
| Hex | 41 | 86 | 9D | 3B | F | 0 | 26 | C3 | 29 | 2C |
| Octal | 101 | 206 | 235 | 73 | 17 | 0 | 46 | 303 | 51 | 54 |
| Binary | 1000001 | 10000110 | 10011101 | 111011 | 1111 | 0 | 100110 | 11000011 | 101001 | 101100 |
Color Harmonies of #41869D
Complementary color
Monochromatic Colors of #41869D
Black with #41869D
Text Example
Text Example
White with #41869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41869D; }
p { color: rgb(65,134,157); }
H1.HeaderClassName
{
color: #41869D;
}
.AnyTagClassName
{
color: #41869D;
}
</style>
background-color css
<style>
a { background-color: #41869D; }
a { background-color: rgb(65,134,157); }
div.DivClassName
{
background-color: #41869D;
}
.BgClassName
{
background-color: #41869D;
}
</style>
border-color css
<style>
span { border-color: #41869D; }
span { border-color: rgb(65,134,157); }
td.TdClassName
{
border-color: #41869D;
}
.TagClassName
{
border-color: #41869D;
}
</style>