#457799

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

Shades of Jelly Bean #457799

Tints of Jelly Bean #457799

Color information

#457799 (or 0x457799) is unknown color: approx Jelly Bean. HEX triplet: 45, 77 and 99. RGB value is (69,119,153). Sum of RGB (Red+Green+Blue) = 69+119+153=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #457799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457799 is #BA8866. Grayscale: #6B6B6B. Windows color (decimal): -12224615 or 10057541. OLE color: 10057541.

HSL color Cylindrical-coordinate representation of color #457799: hue angle of 204.29º 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 #457799 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69119153-
CMYK0.550.2200.4
HSL204.29º37.84%43.53%-
HSV(B)204.29º54.9%60%-
XYZ14.816.7632.59-
YUV107.93153.44100.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=20.23%
G=34.90%
B=44.87%

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
Decimal691191530.550.2200.4204.2937.8443.53
Hex4577993716028cc262c
Octal10516723167260503144654
Binary100010111101111001100111011110110010100011001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457799; }

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

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

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

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

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

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

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

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