#457893

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

Shades of Jelly Bean #457893

Tints of Jelly Bean #457893

Color information

#457893 (or 0x457893) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 93. RGB value is (69,120,147). Sum of RGB (Red+Green+Blue) = 69+120+147=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #457893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457893 is #BA876C. Grayscale: #6B6B6B. Windows color (decimal): -12224365 or 9664581. OLE color: 9664581.

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

Color convert

RGB69120147-
CMYK0.530.1800.42
HSL200.77º36.11%42.35%-
HSV(B)200.77º53.06%57.65%-
XYZ14.4416.830.09-
YUV107.83150.1100.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=20.54%
G=35.71%
B=43.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691201470.530.1800.42200.7736.1142.35
Hex457893351202Ac9242a
Octal10517022365220523114452
Binary100010111110001001001111010110010010101011001001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457893; }

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

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

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

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

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

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

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

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