#457E9D

Color #457E9D Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #457E9D

Tints of Hippie Blue #457E9D

Color information

#457E9D (or 0x457E9D) is unknown color: approx Hippie Blue. HEX triplet: 45, 7E and 9D. RGB value is (69,126,157). Sum of RGB (Red+Green+Blue) = 69+126+157=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #457E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E9D is #BA8162. Grayscale: #707070. Windows color (decimal): -12222819 or 10321477. OLE color: 10321477.

HSL color Cylindrical-coordinate representation of color #457E9D: hue angle of 201.14º 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 #457E9D is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69126157-
CMYK0.560.2000.38
HSL201.14º38.94%44.31%-
HSV(B)201.14º56.05%61.57%-
XYZ1618.6234.65-
YUV112.49153.1296.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=19.60%
G=35.80%
B=44.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691261570.560.2000.38201.1438.9444.31
Hex457E9D3814026c9272c
Octal10517623570240463114754
Binary100010111111101001110111100010100010011011001001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457E9D; }

 p { color: rgb(69,126,157); }

 H1.HeaderClassName
 {
   color: #457E9D;
 }
 .AnyTagClassName
 {
   color: #457E9D;
 }
</style>
background-color css

<style>
 a { background-color: #457E9D; }

 a { background-color: rgb(69,126,157); }

 div.DivClassName
 {
   background-color: #457E9D;
 }
 .BgClassName
 {
   background-color: #457E9D;
 }
</style>
border-color css

<style>
 span { border-color: #457E9D; }

 span { border-color: rgb(69,126,157); }

 td.TdClassName
 {
   border-color: #457E9D;
 }
 .TagClassName
 {
   border-color: #457E9D;
 }
</style>