#4D758B

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

Shades of Jelly Bean #4D758B

Tints of Jelly Bean #4D758B

Color information

#4D758B (or 0x4D758B) is unknown color: approx Jelly Bean. HEX triplet: 4D, 75 and 8B. RGB value is (77,117,139). Sum of RGB (Red+Green+Blue) = 77+117+139=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D758B is #B28A74. Grayscale: #6B6B6B. Windows color (decimal): -11700853 or 9139533. OLE color: 9139533.

HSL color Cylindrical-coordinate representation of color #4D758B: hue angle of 201.29º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D758B is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB77117139-
CMYK0.450.1600.45
HSL201.29º28.7%42.35%-
HSV(B)201.29º44.6%54.51%-
XYZ14.0816.1626.8-
YUV107.55145.75106.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=23.12%
G=35.14%
B=41.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771171390.450.1600.45201.2928.742.35
Hex4D758B2D1002Dc91d2a
Octal11516521355200553113552
Binary10011011110101100010111011011000001011011100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D758B; }

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

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

<style>
 a { background-color: #4D758B; }

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

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

<style>
 span { border-color: #4D758B; }

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

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