#457A9D

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

Shades of Jelly Bean #457A9D

Tints of Jelly Bean #457A9D

Color information

#457A9D (or 0x457A9D) is unknown color: approx Jelly Bean. HEX triplet: 45, 7A and 9D. RGB value is (69,122,157). Sum of RGB (Red+Green+Blue) = 69+122+157=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #457A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A9D is #BA8562. Grayscale: #6D6D6D. Windows color (decimal): -12223843 or 10320453. OLE color: 10320453.

HSL color Cylindrical-coordinate representation of color #457A9D: hue angle of 203.86º 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 #457A9D is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69122157-
CMYK0.560.2200.38
HSL203.86º38.94%44.31%-
HSV(B)203.86º56.05%61.57%-
XYZ15.517.6234.48-
YUV110.14154.4498.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=19.83%
G=35.06%
B=45.11%

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
Decimal691221570.560.2200.38203.8638.9444.31
Hex457A9D3816026cc272c
Octal10517223570260463144754
Binary100010111110101001110111100010110010011011001100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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