#457C92

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

Shades of Jelly Bean #457C92

Tints of Jelly Bean #457C92

Color information

#457C92 (or 0x457C92) is unknown color: approx Jelly Bean. HEX triplet: 45, 7C and 92. RGB value is (69,124,146). Sum of RGB (Red+Green+Blue) = 69+124+146=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #457C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C92 is #BA836D. Grayscale: #6D6D6D. Windows color (decimal): -12223342 or 9600069. OLE color: 9600069.

HSL color Cylindrical-coordinate representation of color #457C92: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457C92 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69124146-
CMYK0.530.1500.43
HSL197.14º35.81%42.16%-
HSV(B)197.14º52.74%57.25%-
XYZ14.8517.7629.84-
YUV110.06148.2898.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=20.35%
G=36.58%
B=43.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691241460.530.1500.43197.1435.8142.16
Hex457C9235F02Bc5242a
Octal10517422265170533054452
Binary10001011111100100100101101011111010101111000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,124,146); }

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

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

 a { background-color: rgb(69,124,146); }

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

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

 span { border-color: rgb(69,124,146); }

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