#457489

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

Shades of Jelly Bean #457489

Tints of Jelly Bean #457489

Color information

#457489 (or 0x457489) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 89. RGB value is (69,116,137). Sum of RGB (Red+Green+Blue) = 69+116+137=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #457489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457489 is #BA8B76. Grayscale: #686868. Windows color (decimal): -12225399 or 9008197. OLE color: 9008197.

HSL color Cylindrical-coordinate representation of color #457489: hue angle of 198.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #457489 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69116137-
CMYK0.500.1500.46
HSL198.53º33.01%40.39%-
HSV(B)198.53º49.64%53.73%-
XYZ13.2115.5625.97-
YUV104.34146.43102.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=21.43%
G=36.02%
B=42.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691161370.500.1500.46198.5333.0140.39
Hex45748932F02Ec72128
Octal10516421162170563074150
Binary10001011110100100010011100101111010111011000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457489; }

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

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

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

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

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

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

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

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