#457496

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

Shades of Jelly Bean #457496

Tints of Jelly Bean #457496

Color information

#457496 (or 0x457496) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 96. RGB value is (69,116,150). Sum of RGB (Red+Green+Blue) = 69+116+150=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #457496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457496 is #BA8B69. Grayscale: #696969. Windows color (decimal): -12225386 or 9860165. OLE color: 9860165.

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

Color convert

RGB69116150-
CMYK0.540.2300.41
HSL205.19º36.99%42.94%-
HSV(B)205.19º54%58.82%-
XYZ14.215.9631.19-
YUV105.82152.93101.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=20.60%
G=34.63%
B=44.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691161500.540.2300.41205.1936.9942.94
Hex4574963617029cd252b
Octal10516422666270513154553
Binary100010111101001001011011011010111010100111001101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457496; }

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

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

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

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

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

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

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

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