#457D9B

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

Shades of Jelly Bean #457D9B

Tints of Jelly Bean #457D9B

Color information

#457D9B (or 0x457D9B) is unknown color: approx Jelly Bean. HEX triplet: 45, 7D and 9B. RGB value is (69,125,155). Sum of RGB (Red+Green+Blue) = 69+125+155=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #457D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D9B is #BA8264. Grayscale: #6F6F6F. Windows color (decimal): -12223077 or 10190149. OLE color: 10190149.

HSL color Cylindrical-coordinate representation of color #457D9B: hue angle of 200.93º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457D9B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69125155-
CMYK0.550.1900.39
HSL200.93º38.39%43.92%-
HSV(B)200.93º55.48%60.78%-
XYZ15.718.333.71-
YUV111.68152.4597.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=19.77%
G=35.82%
B=44.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691251550.550.1900.39200.9338.3943.92
Hex457D9B3713027c9262c
Octal10517523367230473114654
Binary100010111111011001101111011110011010011111001001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457D9B; }

 p { color: rgb(69,125,155); }

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

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

 a { background-color: rgb(69,125,155); }

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

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

 span { border-color: rgb(69,125,155); }

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