#457292

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

Shades of Jelly Bean #457292

Tints of Jelly Bean #457292

Color information

#457292 (or 0x457292) is unknown color: approx Jelly Bean. HEX triplet: 45, 72 and 92. RGB value is (69,114,146). Sum of RGB (Red+Green+Blue) = 69+114+146=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #457292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457292 is #BA8D6D. Grayscale: #686868. Windows color (decimal): -12225902 or 9597509. OLE color: 9597509.

HSL color Cylindrical-coordinate representation of color #457292: hue angle of 204.94º 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 #457292 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69114146-
CMYK0.530.2200.43
HSL204.94º35.81%42.16%-
HSV(B)204.94º52.74%57.25%-
XYZ13.6615.3829.44-
YUV104.19151.59102.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=20.97%
G=34.65%
B=44.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691141460.530.2200.43204.9435.8142.16
Hex457292351602Bcd242a
Octal10516222265260533154452
Binary100010111100101001001011010110110010101111001101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457292; }

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

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

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

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

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

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

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

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