#457F93

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

Shades of Jelly Bean #457F93

Tints of Jelly Bean #457F93

Color information

#457F93 (or 0x457F93) is unknown color: approx Jelly Bean. HEX triplet: 45, 7F and 93. RGB value is (69,127,147). Sum of RGB (Red+Green+Blue) = 69+127+147=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #457F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457F93 is #BA806C. Grayscale: #6F6F6F. Windows color (decimal): -12222573 or 9666373. OLE color: 9666373.

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

Color convert

RGB69127147-
CMYK0.530.1400.42
HSL195.38º36.11%42.35%-
HSV(B)195.38º53.06%57.65%-
XYZ15.3118.5530.38-
YUV111.94147.7897.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=20.12%
G=37.03%
B=42.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691271470.530.1400.42195.3836.1142.35
Hex457F9335E02Ac3242a
Octal10517722365160523034452
Binary10001011111111100100111101011110010101011000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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