#457E90

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

Shades of Jelly Bean #457E90

Tints of Jelly Bean #457E90

Color information

#457E90 (or 0x457E90) is unknown color: approx Jelly Bean. HEX triplet: 45, 7E and 90. RGB value is (69,126,144). Sum of RGB (Red+Green+Blue) = 69+126+144=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #457E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E90 is #BA816F. Grayscale: #6E6E6E. Windows color (decimal): -12222832 or 9469509. OLE color: 9469509.

HSL color Cylindrical-coordinate representation of color #457E90: hue angle of 194.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457E90 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69126144-
CMYK0.520.1200.44
HSL194.4º35.21%41.76%-
HSV(B)194.4º52.08%56.47%-
XYZ14.9518.229.11-
YUV111.01146.6298.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=20.35%
G=37.17%
B=42.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691261440.520.1200.44194.435.2141.76
Hex457E9034C02Cc2232a
Octal10517622064140543024352
Binary10001011111110100100001101001100010110011000010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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