#457C9E

Color #457C9E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #457C9E

Tints of Jelly Bean #457C9E

Color information

#457C9E (or 0x457C9E) is unknown color: approx Jelly Bean. HEX triplet: 45, 7C and 9E. RGB value is (69,124,158). Sum of RGB (Red+Green+Blue) = 69+124+158=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #457C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C9E is #BA8361. Grayscale: #6F6F6F. Windows color (decimal): -12223330 or 10386501. OLE color: 10386501.

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

Color convert

RGB69124158-
CMYK0.560.2200.38
HSL202.92º39.21%44.51%-
HSV(B)202.92º56.33%61.96%-
XYZ15.8318.1535.02-
YUV111.43154.2897.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=19.66%
G=35.33%
B=45.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691241580.560.2200.38202.9239.2144.51
Hex457C9E3816026cb272d
Octal10517423670260463134755
Binary100010111111001001111011100010110010011011001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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