#457599

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

Shades of Jelly Bean #457599

Tints of Jelly Bean #457599

Color information

#457599 (or 0x457599) is unknown color: approx Jelly Bean. HEX triplet: 45, 75 and 99. RGB value is (69,117,153). Sum of RGB (Red+Green+Blue) = 69+117+153=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #457599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457599 is #BA8A66. Grayscale: #6A6A6A. Windows color (decimal): -12225127 or 10057029. OLE color: 10057029.

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

Color convert

RGB69117153-
CMYK0.550.2400.4
HSL205.71º37.84%43.53%-
HSV(B)205.71º54.9%60%-
XYZ14.5716.2932.51-
YUV106.75154.1101.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=20.35%
G=34.51%
B=45.13%

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
Decimal691171530.550.2400.4205.7137.8443.53
Hex4575993718028ce262c
Octal10516523167300503164654
Binary100010111101011001100111011111000010100011001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457599; }

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

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

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

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

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

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

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

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