#457D9E

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

Shades of Hippie Blue #457D9E

Tints of Hippie Blue #457D9E

Color information

#457D9E (or 0x457D9E) is unknown color: approx Hippie Blue. HEX triplet: 45, 7D and 9E. RGB value is (69,125,158). Sum of RGB (Red+Green+Blue) = 69+125+158=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #457D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D9E is #BA8261. Grayscale: #6F6F6F. Windows color (decimal): -12223074 or 10386757. OLE color: 10386757.

HSL color Cylindrical-coordinate representation of color #457D9E: hue angle of 202.25º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #457D9E is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69125158-
CMYK0.560.2100.38
HSL202.25º39.21%44.51%-
HSV(B)202.25º56.33%61.96%-
XYZ15.9618.435.06-
YUV112.02153.9597.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=19.60%
G=35.51%
B=44.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691251580.560.2100.38202.2539.2144.51
Hex457D9E3815026ca272d
Octal10517523670250463124755
Binary100010111111011001111011100010101010011011001010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,158); }

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

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

 a { background-color: rgb(69,125,158); }

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

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

 span { border-color: rgb(69,125,158); }

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