#45758D

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

Shades of Jelly Bean #45758D

Tints of Jelly Bean #45758D

Color information

#45758D (or 0x45758D) is unknown color: approx Jelly Bean. HEX triplet: 45, 75 and 8D. RGB value is (69,117,141). Sum of RGB (Red+Green+Blue) = 69+117+141=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #45758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45758D is #BA8A72. Grayscale: #696969. Windows color (decimal): -12225139 or 9270597. OLE color: 9270597.

HSL color Cylindrical-coordinate representation of color #45758D: hue angle of 200º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45758D is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69117141-
CMYK0.510.1700.45
HSL200º34.29%41.18%-
HSV(B)200º51.06%55.29%-
XYZ13.6215.9127.55-
YUV105.38148.1102.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=21.10%
G=35.78%
B=43.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691171410.510.1700.4520034.2941.18
Hex45758D331102Dc82229
Octal10516521563210553104251
Binary100010111101011000110111001110001010110111001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45758D; }

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

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

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

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

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

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

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

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