#457696

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

Shades of Jelly Bean #457696

Tints of Jelly Bean #457696

Color information

#457696 (or 0x457696) is unknown color: approx Jelly Bean. HEX triplet: 45, 76 and 96. RGB value is (69,118,150). Sum of RGB (Red+Green+Blue) = 69+118+150=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #457696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457696 is #BA8969. Grayscale: #6A6A6A. Windows color (decimal): -12224874 or 9860677. OLE color: 9860677.

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

Color convert

RGB69118150-
CMYK0.540.2100.41
HSL203.7º36.99%42.94%-
HSV(B)203.7º54%58.82%-
XYZ14.4416.4231.26-
YUV107152.27100.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=20.47%
G=35.01%
B=44.51%

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
Decimal691181500.540.2100.41203.736.9942.94
Hex4576963615029cc252b
Octal10516622666250513144553
Binary100010111101101001011011011010101010100111001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457696; }

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

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

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

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

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

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

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

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