#457490

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

Shades of Jelly Bean #457490

Tints of Jelly Bean #457490

Color information

#457490 (or 0x457490) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 90. RGB value is (69,116,144). Sum of RGB (Red+Green+Blue) = 69+116+144=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #457490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457490 is #BA8B6F. Grayscale: #686868. Windows color (decimal): -12225392 or 9466949. OLE color: 9466949.

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

Color convert

RGB69116144-
CMYK0.520.1900.44
HSL202.4º35.21%41.76%-
HSV(B)202.4º52.08%56.47%-
XYZ13.7315.7728.71-
YUV105.14149.93102.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=20.97%
G=35.26%
B=43.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691161440.520.1900.44202.435.2141.76
Hex457490341302Cca232a
Octal10516422064230543124352
Binary100010111101001001000011010010011010110011001010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457490; }

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

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

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

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

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

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

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

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