#45748C

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

Shades of Jelly Bean #45748C

Tints of Jelly Bean #45748C

Color information

#45748C (or 0x45748C) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 8C. RGB value is (69,116,140). Sum of RGB (Red+Green+Blue) = 69+116+140=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #45748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45748C is #BA8B73. Grayscale: #686868. Windows color (decimal): -12225396 or 9204805. OLE color: 9204805.

HSL color Cylindrical-coordinate representation of color #45748C: hue angle of 200.28º 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 #45748C is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69116140-
CMYK0.510.1700.45
HSL200.28º33.97%40.98%-
HSV(B)200.28º50.71%54.9%-
XYZ13.4315.6527.12-
YUV104.68147.93102.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=21.23%
G=35.69%
B=43.08%

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
Decimal691161400.510.1700.45200.2833.9740.98
Hex45748C331102Dc82229
Octal10516421463210553104251
Binary100010111101001000110011001110001010110111001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45748C; }

 p { color: rgb(69,116,140); }

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

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

 a { background-color: rgb(69,116,140); }

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

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

 span { border-color: rgb(69,116,140); }

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