#4C7A86

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

Shades of Jelly Bean #4C7A86

Tints of Jelly Bean #4C7A86

Color information

#4C7A86 (or 0x4C7A86) is unknown color: approx Jelly Bean. HEX triplet: 4C, 7A and 86. RGB value is (76,122,134). Sum of RGB (Red+Green+Blue) = 76+122+134=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C7A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7A86 is #B38579. Grayscale: #6D6D6D. Windows color (decimal): -11765114 or 8813132. OLE color: 8813132.

HSL color Cylindrical-coordinate representation of color #4C7A86: hue angle of 192.41º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C7A86 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB76122134-
CMYK0.430.0900.47
HSL192.41º27.62%41.18%-
HSV(B)192.41º43.28%52.55%-
XYZ14.2417.1825.12-
YUV109.61141.76104.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=22.89%
G=36.75%
B=40.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761221340.430.0900.47192.4127.6241.18
Hex4C7A862B902Fc01c29
Octal11417220653110573003451
Binary1001100111101010000110101011100101011111100000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,122,134); }

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

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

 a { background-color: rgb(76,122,134); }

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

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

 span { border-color: rgb(76,122,134); }

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