#457396

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

Shades of Jelly Bean #457396

Tints of Jelly Bean #457396

Color information

#457396 (or 0x457396) is unknown color: approx Jelly Bean. HEX triplet: 45, 73 and 96. RGB value is (69,115,150). Sum of RGB (Red+Green+Blue) = 69+115+150=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #457396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457396 is #BA8C69. Grayscale: #696969. Windows color (decimal): -12225642 or 9859909. OLE color: 9859909.

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

Color convert

RGB69115150-
CMYK0.540.2300.41
HSL205.93º36.99%42.94%-
HSV(B)205.93º54%58.82%-
XYZ14.0915.7331.15-
YUV105.24153.26102.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=20.66%
G=34.43%
B=44.91%

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
Decimal691151500.540.2300.41205.9336.9942.94
Hex4573963617029ce252b
Octal10516322666270513164553
Binary100010111100111001011011011010111010100111001110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457396; }

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

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

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

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

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

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

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

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