#457F96

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

Shades of Jelly Bean #457F96

Tints of Jelly Bean #457F96

Color information

#457F96 (or 0x457F96) is unknown color: approx Jelly Bean. HEX triplet: 45, 7F and 96. RGB value is (69,127,150). Sum of RGB (Red+Green+Blue) = 69+127+150=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #457F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457F96 is #BA8069. Grayscale: #707070. Windows color (decimal): -12222570 or 9862981. OLE color: 9862981.

HSL color Cylindrical-coordinate representation of color #457F96: hue angle of 197.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457F96 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB69127150-
CMYK0.540.1500.41
HSL197.04º36.99%42.94%-
HSV(B)197.04º54%58.82%-
XYZ15.5518.6531.63-
YUV112.28149.2897.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=19.94%
G=36.71%
B=43.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691271500.540.1500.41197.0436.9942.94
Hex457F9636F029c5252b
Octal10517722666170513054553
Binary10001011111111100101101101101111010100111000101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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