#45738E

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

Shades of Jelly Bean #45738E

Tints of Jelly Bean #45738E

Color information

#45738E (or 0x45738E) is unknown color: approx Jelly Bean. HEX triplet: 45, 73 and 8E. RGB value is (69,115,142). Sum of RGB (Red+Green+Blue) = 69+115+142=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #45738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45738E is #BA8C71. Grayscale: #686868. Windows color (decimal): -12225650 or 9335621. OLE color: 9335621.

HSL color Cylindrical-coordinate representation of color #45738E: hue angle of 202.19º 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 #45738E is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69115142-
CMYK0.510.1900.44
HSL202.19º34.6%41.37%-
HSV(B)202.19º51.41%55.69%-
XYZ13.4715.4827.87-
YUV104.32149.26102.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=21.17%
G=35.28%
B=43.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691151420.510.1900.44202.1934.641.37
Hex45738E331302Cca2329
Octal10516321663230543124351
Binary100010111100111000111011001110011010110011001010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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