#457899

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

Shades of Jelly Bean #457899

Tints of Jelly Bean #457899

Color information

#457899 (or 0x457899) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 99. RGB value is (69,120,153). Sum of RGB (Red+Green+Blue) = 69+120+153=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #457899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457899 is #BA8766. Grayscale: #6C6C6C. Windows color (decimal): -12224359 or 10057797. OLE color: 10057797.

HSL color Cylindrical-coordinate representation of color #457899: hue angle of 203.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457899 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69120153-
CMYK0.550.2200.4
HSL203.57º37.84%43.53%-
HSV(B)203.57º54.9%60%-
XYZ14.921732.63-
YUV108.51153.199.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=20.18%
G=35.09%
B=44.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691201530.550.2200.4203.5737.8443.53
Hex4578993716028cc262c
Octal10517023167260503144654
Binary100010111110001001100111011110110010100011001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457899; }

 p { color: rgb(69,120,153); }

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

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

 a { background-color: rgb(69,120,153); }

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

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

 span { border-color: rgb(69,120,153); }

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