#457C96

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

Shades of Jelly Bean #457C96

Tints of Jelly Bean #457C96

Color information

#457C96 (or 0x457C96) is unknown color: approx Jelly Bean. HEX triplet: 45, 7C and 96. RGB value is (69,124,150). Sum of RGB (Red+Green+Blue) = 69+124+150=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #457C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C96 is #BA8369. Grayscale: #6E6E6E. Windows color (decimal): -12223338 or 9862213. OLE color: 9862213.

HSL color Cylindrical-coordinate representation of color #457C96: hue angle of 199.26º 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 #457C96 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB69124150-
CMYK0.540.1700.41
HSL199.26º36.99%42.94%-
HSV(B)199.26º54%58.82%-
XYZ15.1717.8831.51-
YUV110.52150.2898.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=20.12%
G=36.15%
B=43.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691241500.540.1700.41199.2636.9942.94
Hex457C963611029c7252b
Octal10517422666210513074553
Binary100010111111001001011011011010001010100111000111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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