#457493

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

Shades of Jelly Bean #457493

Tints of Jelly Bean #457493

Color information

#457493 (or 0x457493) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 93. RGB value is (69,116,147). Sum of RGB (Red+Green+Blue) = 69+116+147=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #457493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457493 is #BA8B6C. Grayscale: #696969. Windows color (decimal): -12225389 or 9663557. OLE color: 9663557.

HSL color Cylindrical-coordinate representation of color #457493: hue angle of 203.85º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457493 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69116147-
CMYK0.530.2100.42
HSL203.85º36.11%42.35%-
HSV(B)203.85º53.06%57.65%-
XYZ13.9715.8629.93-
YUV105.48151.43101.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=20.78%
G=34.94%
B=44.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691161470.530.2100.42203.8536.1142.35
Hex457493351502Acc242a
Octal10516422365250523144452
Binary100010111101001001001111010110101010101011001100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457493; }

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

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

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

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

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

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

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

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