#457596

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

Shades of Jelly Bean #457596

Tints of Jelly Bean #457596

Color information

#457596 (or 0x457596) is unknown color: approx Jelly Bean. HEX triplet: 45, 75 and 96. RGB value is (69,117,150). Sum of RGB (Red+Green+Blue) = 69+117+150=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #457596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457596 is #BA8A69. Grayscale: #6A6A6A. Windows color (decimal): -12225130 or 9860421. OLE color: 9860421.

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

Color convert

RGB69117150-
CMYK0.540.2200.41
HSL204.44º36.99%42.94%-
HSV(B)204.44º54%58.82%-
XYZ14.3216.1931.22-
YUV106.41152.6101.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=20.54%
G=34.82%
B=44.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691171500.540.2200.41204.4436.9942.94
Hex4575963616029cc252b
Octal10516522666260513144553
Binary100010111101011001011011011010110010100111001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457596; }

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

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

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

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

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

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

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

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