#457C93

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

Shades of Jelly Bean #457C93

Tints of Jelly Bean #457C93

Color information

#457C93 (or 0x457C93) is unknown color: approx Jelly Bean. HEX triplet: 45, 7C and 93. RGB value is (69,124,147). Sum of RGB (Red+Green+Blue) = 69+124+147=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #457C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C93 is #BA836C. Grayscale: #6E6E6E. Windows color (decimal): -12223341 or 9665605. OLE color: 9665605.

HSL color Cylindrical-coordinate representation of color #457C93: hue angle of 197.69º 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 #457C93 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69124147-
CMYK0.530.1600.42
HSL197.69º36.11%42.35%-
HSV(B)197.69º53.06%57.65%-
XYZ14.9317.7930.25-
YUV110.18148.7898.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=20.29%
G=36.47%
B=43.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691241470.530.1600.42197.6936.1142.35
Hex457C93351002Ac6242a
Octal10517422365200523064452
Binary100010111111001001001111010110000010101011000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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