#457B9B

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

Shades of Jelly Bean #457B9B

Tints of Jelly Bean #457B9B

Color information

#457B9B (or 0x457B9B) is unknown color: approx Jelly Bean. HEX triplet: 45, 7B and 9B. RGB value is (69,123,155). Sum of RGB (Red+Green+Blue) = 69+123+155=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #457B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B9B is #BA8464. Grayscale: #6E6E6E. Windows color (decimal): -12223589 or 10189637. OLE color: 10189637.

HSL color Cylindrical-coordinate representation of color #457B9B: hue angle of 202.33º 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 #457B9B is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69123155-
CMYK0.550.2100.39
HSL202.33º38.39%43.92%-
HSV(B)202.33º55.48%60.78%-
XYZ15.4517.833.63-
YUV110.5153.1198.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=19.88%
G=35.45%
B=44.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691231550.550.2100.39202.3338.3943.92
Hex457B9B3715027ca262c
Octal10517323367250473124654
Binary100010111110111001101111011110101010011111001010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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