#457FA0

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

Shades of Hippie Blue #457FA0

Tints of Hippie Blue #457FA0

Color information

#457FA0 (or 0x457FA0) is unknown color: approx Hippie Blue. HEX triplet: 45, 7F and A0. RGB value is (69,127,160). Sum of RGB (Red+Green+Blue) = 69+127+160=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #457FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FA0 is #BA805F. Grayscale: #717171. Windows color (decimal): -12222560 or 10518341. OLE color: 10518341.

HSL color Cylindrical-coordinate representation of color #457FA0: hue angle of 201.76º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #457FA0 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69127160-
CMYK0.570.2100.37
HSL201.76º39.74%44.9%-
HSV(B)201.76º56.88%62.75%-
XYZ16.3918.9836.06-
YUV113.42154.2896.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 160 (62.89% from 255) = 44.94%
R=19.38%
G=35.67%
B=44.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691271600.570.2100.37201.7639.7444.9
Hex457FA03915025ca282d
Octal10517724071250453125055
Binary100010111111111010000011100110101010010111001010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,160); }

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

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

 a { background-color: rgb(69,127,160); }

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

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

 span { border-color: rgb(69,127,160); }

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