#457796

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

Shades of Jelly Bean #457796

Tints of Jelly Bean #457796

Color information

#457796 (or 0x457796) is unknown color: approx Jelly Bean. HEX triplet: 45, 77 and 96. RGB value is (69,119,150). Sum of RGB (Red+Green+Blue) = 69+119+150=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #457796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457796 is #BA8869. Grayscale: #6B6B6B. Windows color (decimal): -12224618 or 9860933. OLE color: 9860933.

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

Color convert

RGB69119150-
CMYK0.540.2100.41
HSL202.96º36.99%42.94%-
HSV(B)202.96º54%58.82%-
XYZ14.5616.6631.3-
YUV107.58151.94100.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=20.41%
G=35.21%
B=44.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691191500.540.2100.41202.9636.9942.94
Hex4577963615029cb252b
Octal10516722666250513134553
Binary100010111101111001011011011010101010100111001011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457796; }

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

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

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

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

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

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

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

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