#457685

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

Shades of Jelly Bean #457685

Tints of Jelly Bean #457685

Color information

#457685 (or 0x457685) is unknown color: approx Jelly Bean. HEX triplet: 45, 76 and 85. RGB value is (69,118,133). Sum of RGB (Red+Green+Blue) = 69+118+133=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #457685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457685 is #BA897A. Grayscale: #686868. Windows color (decimal): -12224891 or 8746565. OLE color: 8746565.

HSL color Cylindrical-coordinate representation of color #457685: hue angle of 194.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457685 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69118133-
CMYK0.480.1100.48
HSL194.06º31.68%39.61%-
HSV(B)194.06º48.12%52.16%-
XYZ13.1715.9224.57-
YUV105.06143.77102.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=21.56%
G=36.88%
B=41.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691181330.480.1100.48194.0631.6839.61
Hex45768530B030c22028
Octal10516620560130603024050
Binary10001011110110100001011100001011011000011000010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457685; }

 p { color: rgb(69,118,133); }

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

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

 a { background-color: rgb(69,118,133); }

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

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

 span { border-color: rgb(69,118,133); }

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