#457A8A

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

Shades of Jelly Bean #457A8A

Tints of Jelly Bean #457A8A

Color information

#457A8A (or 0x457A8A) is unknown color: approx Jelly Bean. HEX triplet: 45, 7A and 8A. RGB value is (69,122,138). Sum of RGB (Red+Green+Blue) = 69+122+138=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #457A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A8A is #BA8575. Grayscale: #6B6B6B. Windows color (decimal): -12223862 or 9075269. OLE color: 9075269.

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

Color convert

RGB69122138-
CMYK0.50.1200.46
HSL193.91º33.33%40.59%-
HSV(B)193.91º50%54.12%-
XYZ1417.0226.59-
YUV107.98144.94100.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=20.97%
G=37.08%
B=41.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691221380.50.1200.46193.9133.3340.59
Hex457A8A32C02Ec22129
Octal10517221262140563024151
Binary10001011111010100010101100101100010111011000010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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