#4D7D8B

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

Shades of Jelly Bean #4D7D8B

Tints of Jelly Bean #4D7D8B

Color information

#4D7D8B (or 0x4D7D8B) is unknown color: approx Jelly Bean. HEX triplet: 4D, 7D and 8B. RGB value is (77,125,139). Sum of RGB (Red+Green+Blue) = 77+125+139=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D7D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7D8B is #B28274. Grayscale: #707070. Windows color (decimal): -11698805 or 9141581. OLE color: 9141581.

HSL color Cylindrical-coordinate representation of color #4D7D8B: hue angle of 193.55º 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 #4D7D8B is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB77125139-
CMYK0.450.1000.45
HSL193.55º28.7%42.35%-
HSV(B)193.55º44.6%54.51%-
XYZ15.0518.1127.13-
YUV112.24143.1102.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=22.58%
G=36.66%
B=40.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771251390.450.1000.45193.5528.742.35
Hex4D7D8B2DA02Dc21d2a
Octal11517521355120553023552
Binary1001101111110110001011101101101001011011100001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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