Shades of Hippie Blue #45849D
Tints of Hippie Blue #45849D
RGB
CMYK
RGB Variations
Color information
#45849D (or 0x45849D) is known color: Hippie Blue. HEX triplet: 45, 84 and 9D. RGB value is (69,132,157). Sum of RGB (Red+Green+Blue) = 69+132+157=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #45849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45849D is #BA7B62. Grayscale: #737373. Windows color (decimal): -12221283 or 10323013. OLE color: 10323013.
HSL color Cylindrical-coordinate representation of color #45849D: hue angle of 197.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45849D is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 132 | 157 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.38 |
| HSL | 197.05º | 0.39% | 0.44% | - |
| HSV(B) | 197.05º | 0.56% | 0.62% | - |
| XYZ | 16.79 | 20.2 | 34.91 | - |
| YUV | 116.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 157 | 0.56 | 0.16 | 0 | 0.38 | 197.05 | 0.39 | 0.44 |
| Hex | 45 | 84 | 9D | 38 | 10 | 0 | 26 | C5 | 27 | 2C |
| Octal | 105 | 204 | 235 | 70 | 20 | 0 | 46 | 305 | 47 | 54 |
| Binary | 1000101 | 10000100 | 10011101 | 111000 | 10000 | 0 | 100110 | 11000101 | 100111 | 101100 |
Color Harmonies of #45849D
Complementary color
Monochromatic Colors of #45849D
Black with #45849D
Text Example
Text Example
White with #45849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45849D; }
p { color: rgb(69,132,157); }
H1.HeaderClassName
{
color: #45849D;
}
.AnyTagClassName
{
color: #45849D;
}
</style>
background-color css
<style>
a { background-color: #45849D; }
a { background-color: rgb(69,132,157); }
div.DivClassName
{
background-color: #45849D;
}
.BgClassName
{
background-color: #45849D;
}
</style>
border-color css
<style>
span { border-color: #45849D; }
span { border-color: rgb(69,132,157); }
td.TdClassName
{
border-color: #45849D;
}
.TagClassName
{
border-color: #45849D;
}
</style>