#457491

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

Shades of Jelly Bean #457491

Tints of Jelly Bean #457491

Color information

#457491 (or 0x457491) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 91. RGB value is (69,116,145). Sum of RGB (Red+Green+Blue) = 69+116+145=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #457491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457491 is #BA8B6E. Grayscale: #696969. Windows color (decimal): -12225391 or 9532485. OLE color: 9532485.

HSL color Cylindrical-coordinate representation of color #457491: hue angle of 202.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457491 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69116145-
CMYK0.520.200.43
HSL202.89º35.51%41.96%-
HSV(B)202.89º52.41%56.86%-
XYZ13.8115.829.11-
YUV105.25150.43102.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=20.91%
G=35.15%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691161450.520.200.43202.8935.5141.96
Hex457491341402Bcb242a
Octal10516422164240533134452
Binary100010111101001001000111010010100010101111001011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457491; }

 p { color: rgb(69,116,145); }

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

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

 a { background-color: rgb(69,116,145); }

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

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

 span { border-color: rgb(69,116,145); }

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