Shades of Hippie Blue #45839A
Tints of Hippie Blue #45839A
RGB
CMYK
RGB Variations
Color information
#45839A (or 0x45839A) is known color: Hippie Blue. HEX triplet: 45, 83 and 9A. RGB value is (69,131,154). Sum of RGB (Red+Green+Blue) = 69+131+154=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 131 (51.56% from 255 or 37.01% 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 #45839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45839A is #BA7C65. Grayscale: #727272. Windows color (decimal): -12221542 or 10126149. OLE color: 10126149.
HSL color Cylindrical-coordinate representation of color #45839A: hue angle of 196.24º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45839A is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 131 | 154 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.40 |
| HSL | 196.24º | 0.38% | 0.44% | - |
| HSV(B) | 196.24º | 0.55% | 0.6% | - |
| XYZ | 16.4 | 19.83 | 33.54 | - |
| YUV | 115.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 154 | 0.55 | 0.15 | 0 | 0.40 | 196.24 | 0.38 | 0.44 |
| Hex | 45 | 83 | 9A | 37 | F | 0 | 28 | C4 | 26 | 2C |
| Octal | 105 | 203 | 232 | 67 | 17 | 0 | 50 | 304 | 46 | 54 |
| Binary | 1000101 | 10000011 | 10011010 | 110111 | 1111 | 0 | 101000 | 11000100 | 100110 | 101100 |
Color Harmonies of #45839A
Complementary color
Monochromatic Colors of #45839A
Black with #45839A
Text Example
Text Example
White with #45839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45839A; }
p { color: rgb(69,131,154); }
H1.HeaderClassName
{
color: #45839A;
}
.AnyTagClassName
{
color: #45839A;
}
</style>
background-color css
<style>
a { background-color: #45839A; }
a { background-color: rgb(69,131,154); }
div.DivClassName
{
background-color: #45839A;
}
.BgClassName
{
background-color: #45839A;
}
</style>
border-color css
<style>
span { border-color: #45839A; }
span { border-color: rgb(69,131,154); }
td.TdClassName
{
border-color: #45839A;
}
.TagClassName
{
border-color: #45839A;
}
</style>