#4D799A

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

Shades of Jelly Bean #4D799A

Tints of Jelly Bean #4D799A

Color information

#4D799A (or 0x4D799A) is unknown color: approx Jelly Bean. HEX triplet: 4D, 79 and 9A. RGB value is (77,121,154). Sum of RGB (Red+Green+Blue) = 77+121+154=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D799A is #B28665. Grayscale: #6F6F6F. Windows color (decimal): -11699814 or 10123597. OLE color: 10123597.

HSL color Cylindrical-coordinate representation of color #4D799A: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D799A is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB77121154-
CMYK0.500.2100.40
HSL205.71º33.33%45.29%-
HSV(B)205.71º50%60.39%-
XYZ15.7317.5933.14-
YUV111.61151.92103.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.88%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=21.88%
G=34.38%
B=43.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal771211540.500.2100.40205.7133.3345.29
Hex4D799A3215028ce212d
Octal11517123262250503164155
Binary100110111110011001101011001010101010100011001110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,121,154); }

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

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

 a { background-color: rgb(77,121,154); }

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

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

 span { border-color: rgb(77,121,154); }

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