#4D7692

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

Shades of Jelly Bean #4D7692

Tints of Jelly Bean #4D7692

Color information

#4D7692 (or 0x4D7692) is unknown color: approx Jelly Bean. HEX triplet: 4D, 76 and 92. RGB value is (77,118,146). Sum of RGB (Red+Green+Blue) = 77+118+146=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7692 is #B2896D. Grayscale: #6C6C6C. Windows color (decimal): -11700590 or 9598541. OLE color: 9598541.

HSL color Cylindrical-coordinate representation of color #4D7692: hue angle of 204.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D7692 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB77118146-
CMYK0.470.1900.43
HSL204.35º30.94%43.73%-
HSV(B)204.35º47.26%57.25%-
XYZ14.7316.6129.62-
YUV108.93148.92105.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=22.58%
G=34.60%
B=42.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771181460.470.1900.43204.3530.9443.73
Hex4D76922F1302Bcc1f2c
Octal11516622257230533143754
Binary10011011110110100100101011111001101010111100110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,118,146); }

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

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

 a { background-color: rgb(77,118,146); }

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

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

 span { border-color: rgb(77,118,146); }

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