#45748D

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

Shades of Jelly Bean #45748D

Tints of Jelly Bean #45748D

Color information

#45748D (or 0x45748D) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 8D. RGB value is (69,116,141). Sum of RGB (Red+Green+Blue) = 69+116+141=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #45748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45748D is #BA8B72. Grayscale: #686868. Windows color (decimal): -12225395 or 9270341. OLE color: 9270341.

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

Color convert

RGB69116141-
CMYK0.510.1800.45
HSL200.83º34.29%41.18%-
HSV(B)200.83º51.06%55.29%-
XYZ13.5115.6827.51-
YUV104.8148.43102.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=21.17%
G=35.58%
B=43.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691161410.510.1800.45200.8334.2941.18
Hex45748D331202Dc92229
Octal10516421563220553114251
Binary100010111101001000110111001110010010110111001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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