#457585

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

Shades of Jelly Bean #457585

Tints of Jelly Bean #457585

Color information

#457585 (or 0x457585) is unknown color: approx Jelly Bean. HEX triplet: 45, 75 and 85. RGB value is (69,117,133). Sum of RGB (Red+Green+Blue) = 69+117+133=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #457585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457585 is #BA8A7A. Grayscale: #686868. Windows color (decimal): -12225147 or 8746309. OLE color: 8746309.

HSL color Cylindrical-coordinate representation of color #457585: hue angle of 195º 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 #457585 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69117133-
CMYK0.480.1200.48
HSL195º31.68%39.61%-
HSV(B)195º48.12%52.16%-
XYZ13.0515.6824.53-
YUV104.47144.1102.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=21.63%
G=36.68%
B=41.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691171330.480.1200.4819531.6839.61
Hex45758530C030c32028
Octal10516520560140603034050
Binary10001011110101100001011100001100011000011000011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457585; }

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

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

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

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

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

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

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

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