#45758B

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

Shades of Jelly Bean #45758B

Tints of Jelly Bean #45758B

Color information

#45758B (or 0x45758B) is unknown color: approx Jelly Bean. HEX triplet: 45, 75 and 8B. RGB value is (69,117,139). Sum of RGB (Red+Green+Blue) = 69+117+139=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #45758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45758B is #BA8A74. Grayscale: #696969. Windows color (decimal): -12225141 or 9139525. OLE color: 9139525.

HSL color Cylindrical-coordinate representation of color #45758B: hue angle of 198.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45758B is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69117139-
CMYK0.500.1600.45
HSL198.86º33.65%40.78%-
HSV(B)198.86º50.36%54.51%-
XYZ13.4815.8526.78-
YUV105.16147.1102.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=21.23%
G=36%
B=42.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691171390.500.1600.45198.8633.6540.78
Hex45758B321002Dc72229
Octal10516521362200553074251
Binary100010111101011000101111001010000010110111000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45758B; }

 p { color: rgb(69,117,139); }

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

<style>
 a { background-color: #45758B; }

 a { background-color: rgb(69,117,139); }

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

<style>
 span { border-color: #45758B; }

 span { border-color: rgb(69,117,139); }

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