#457A90

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

Shades of Jelly Bean #457A90

Tints of Jelly Bean #457A90

Color information

#457A90 (or 0x457A90) is unknown color: approx Jelly Bean. HEX triplet: 45, 7A and 90. RGB value is (69,122,144). Sum of RGB (Red+Green+Blue) = 69+122+144=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #457A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A90 is #BA856F. Grayscale: #6C6C6C. Windows color (decimal): -12223856 or 9468485. OLE color: 9468485.

HSL color Cylindrical-coordinate representation of color #457A90: hue angle of 197.6º 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 #457A90 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69122144-
CMYK0.520.1500.44
HSL197.6º35.21%41.76%-
HSV(B)197.6º52.08%56.47%-
XYZ14.4517.228.94-
YUV108.66147.9499.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=20.60%
G=36.42%
B=42.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691221440.520.1500.44197.635.2141.76
Hex457A9034F02Cc6232a
Octal10517222064170543064352
Binary10001011111010100100001101001111010110011000110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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