#45718E

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

Shades of Jelly Bean #45718E

Tints of Jelly Bean #45718E

Color information

#45718E (or 0x45718E) is unknown color: approx Jelly Bean. HEX triplet: 45, 71 and 8E. RGB value is (69,113,142). Sum of RGB (Red+Green+Blue) = 69+113+142=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #45718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45718E is #BA8E71. Grayscale: #666666. Windows color (decimal): -12226162 or 9335109. OLE color: 9335109.

HSL color Cylindrical-coordinate representation of color #45718E: hue angle of 203.84º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45718E is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69113142-
CMYK0.510.2000.44
HSL203.84º34.6%41.37%-
HSV(B)203.84º51.41%55.69%-
XYZ13.2415.0327.79-
YUV103.15149.92103.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=21.30%
G=34.88%
B=43.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691131420.510.2000.44203.8434.641.37
Hex45718E331402Ccc2329
Octal10516121663240543144351
Binary100010111100011000111011001110100010110011001100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45718E; }

 p { color: rgb(69,113,142); }

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

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

 a { background-color: rgb(69,113,142); }

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

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

 span { border-color: rgb(69,113,142); }

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