#457E98

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

Shades of Jelly Bean #457E98

Tints of Jelly Bean #457E98

Color information

#457E98 (or 0x457E98) is unknown color: approx Jelly Bean. HEX triplet: 45, 7E and 98. RGB value is (69,126,152). Sum of RGB (Red+Green+Blue) = 69+126+152=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #457E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E98 is #BA8167. Grayscale: #6F6F6F. Windows color (decimal): -12222824 or 9993797. OLE color: 9993797.

HSL color Cylindrical-coordinate representation of color #457E98: hue angle of 198.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457E98 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB69126152-
CMYK0.550.1700.40
HSL198.8º37.56%43.33%-
HSV(B)198.8º54.61%59.61%-
XYZ15.5818.4532.45-
YUV111.92150.6297.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=19.88%
G=36.31%
B=43.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691261520.550.1700.40198.837.5643.33
Hex457E983711028c7262b
Octal10517623067210503074653
Binary100010111111101001100011011110001010100011000111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,126,152); }

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

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

 a { background-color: rgb(69,126,152); }

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

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

 span { border-color: rgb(69,126,152); }

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