#457294

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

Shades of Jelly Bean #457294

Tints of Jelly Bean #457294

Color information

#457294 (or 0x457294) is unknown color: approx Jelly Bean. HEX triplet: 45, 72 and 94. RGB value is (69,114,148). Sum of RGB (Red+Green+Blue) = 69+114+148=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #457294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457294 is #BA8D6B. Grayscale: #686868. Windows color (decimal): -12225900 or 9728581. OLE color: 9728581.

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

Color convert

RGB69114148-
CMYK0.530.2300.42
HSL205.82º36.41%42.55%-
HSV(B)205.82º53.38%58.04%-
XYZ13.8215.4430.27-
YUV104.42152.59102.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=20.85%
G=34.44%
B=44.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691141480.530.2300.42205.8236.4142.55
Hex457294351702Ace242b
Octal10516222465270523164453
Binary100010111100101001010011010110111010101011001110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457294; }

 p { color: rgb(69,114,148); }

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

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

 a { background-color: rgb(69,114,148); }

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

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

 span { border-color: rgb(69,114,148); }

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