#45738F

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

Shades of Jelly Bean #45738F

Tints of Jelly Bean #45738F

Color information

#45738F (or 0x45738F) is unknown color: approx Jelly Bean. HEX triplet: 45, 73 and 8F. RGB value is (69,115,143). Sum of RGB (Red+Green+Blue) = 69+115+143=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #45738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45738F is #BA8C70. Grayscale: #686868. Windows color (decimal): -12225649 or 9401157. OLE color: 9401157.

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

Color convert

RGB69115143-
CMYK0.520.2000.44
HSL202.7º34.91%41.57%-
HSV(B)202.7º51.75%56.08%-
XYZ13.5415.5128.27-
YUV104.44149.76102.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=21.10%
G=35.17%
B=43.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691151430.520.2000.44202.734.9141.57
Hex45738F341402Ccb232a
Octal10516321764240543134352
Binary100010111100111000111111010010100010110011001011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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