#457499

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

Shades of Jelly Bean #457499

Tints of Jelly Bean #457499

Color information

#457499 (or 0x457499) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 99. RGB value is (69,116,153). Sum of RGB (Red+Green+Blue) = 69+116+153=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #457499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457499 is #BA8B66. Grayscale: #696969. Windows color (decimal): -12225383 or 10056773. OLE color: 10056773.

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

Color convert

RGB69116153-
CMYK0.550.2400.4
HSL206.43º37.84%43.53%-
HSV(B)206.43º54.9%60%-
XYZ14.4516.0632.47-
YUV106.16154.43101.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=20.41%
G=34.32%
B=45.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691161530.550.2400.4206.4337.8443.53
Hex4574993718028ce262c
Octal10516423167300503164654
Binary100010111101001001100111011111000010100011001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457499; }

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

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

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

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

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

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

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

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