#457B9D

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

Shades of Jelly Bean #457B9D

Tints of Jelly Bean #457B9D

Color information

#457B9D (or 0x457B9D) is unknown color: approx Jelly Bean. HEX triplet: 45, 7B and 9D. RGB value is (69,123,157). Sum of RGB (Red+Green+Blue) = 69+123+157=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #457B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B9D is #BA8462. Grayscale: #6E6E6E. Windows color (decimal): -12223587 or 10320709. OLE color: 10320709.

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

Color convert

RGB69123157-
CMYK0.560.2200.38
HSL203.18º38.94%44.31%-
HSV(B)203.18º56.05%61.57%-
XYZ15.6217.8734.52-
YUV110.73154.1198.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=19.77%
G=35.24%
B=44.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691231570.560.2200.38203.1838.9444.31
Hex457B9D3816026cb272c
Octal10517323570260463134754
Binary100010111110111001110111100010110010011011001011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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