Shades of Hippie Blue #457E9B
Tints of Hippie Blue #457E9B
RGB
CMYK
RGB Variations
Color information
#457E9B (or 0x457E9B) is known color: Hippie Blue. HEX triplet: 45, 7E and 9B. RGB value is (69,126,155). Sum of RGB (Red+Green+Blue) = 69+126+155=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #457E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E9B is #BA8164. Grayscale: #707070. Windows color (decimal): -12222821 or 10190405. OLE color: 10190405.
HSL color Cylindrical-coordinate representation of color #457E9B: hue angle of 200.23º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457E9B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 126 | 155 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.39 |
| HSL | 200.23º | 0.38% | 0.44% | - |
| HSV(B) | 200.23º | 0.55% | 0.61% | - |
| XYZ | 15.83 | 18.55 | 33.76 | - |
| YUV | 112.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 155 | 0.55 | 0.19 | 0 | 0.39 | 200.23 | 0.38 | 0.44 |
| Hex | 45 | 7E | 9B | 37 | 13 | 0 | 27 | C8 | 26 | 2C |
| Octal | 105 | 176 | 233 | 67 | 23 | 0 | 47 | 310 | 46 | 54 |
| Binary | 1000101 | 1111110 | 10011011 | 110111 | 10011 | 0 | 100111 | 11001000 | 100110 | 101100 |
Color Harmonies of #457E9B
Complementary color
Monochromatic Colors of #457E9B
Black with #457E9B
Text Example
Text Example
White with #457E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E9B; }
p { color: rgb(69,126,155); }
H1.HeaderClassName
{
color: #457E9B;
}
.AnyTagClassName
{
color: #457E9B;
}
</style>
background-color css
<style>
a { background-color: #457E9B; }
a { background-color: rgb(69,126,155); }
div.DivClassName
{
background-color: #457E9B;
}
.BgClassName
{
background-color: #457E9B;
}
</style>
border-color css
<style>
span { border-color: #457E9B; }
span { border-color: rgb(69,126,155); }
td.TdClassName
{
border-color: #457E9B;
}
.TagClassName
{
border-color: #457E9B;
}
</style>