#457E92

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

Shades of Jelly Bean #457E92

Tints of Jelly Bean #457E92

Color information

#457E92 (or 0x457E92) is unknown color: approx Jelly Bean. HEX triplet: 45, 7E and 92. RGB value is (69,126,146). Sum of RGB (Red+Green+Blue) = 69+126+146=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #457E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E92 is #BA816D. Grayscale: #6F6F6F. Windows color (decimal): -12222830 or 9600581. OLE color: 9600581.

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

Color convert

RGB69126146-
CMYK0.530.1400.43
HSL195.58º35.81%42.16%-
HSV(B)195.58º52.74%57.25%-
XYZ15.118.2629.92-
YUV111.24147.6297.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=20.23%
G=36.95%
B=42.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691261460.530.1400.43195.5835.8142.16
Hex457E9235E02Bc4242a
Octal10517622265160533044452
Binary10001011111110100100101101011110010101111000100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,126,146); }

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

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

 a { background-color: rgb(69,126,146); }

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

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

 span { border-color: rgb(69,126,146); }

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