#4C7485

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

Shades of Jelly Bean #4C7485

Tints of Jelly Bean #4C7485

Color information

#4C7485 (or 0x4C7485) is unknown color: approx Jelly Bean. HEX triplet: 4C, 74 and 85. RGB value is (76,116,133). Sum of RGB (Red+Green+Blue) = 76+116+133=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C7485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7485 is #B38B7A. Grayscale: #696969. Windows color (decimal): -11766651 or 8746060. OLE color: 8746060.

HSL color Cylindrical-coordinate representation of color #4C7485: hue angle of 197.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C7485 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB76116133-
CMYK0.430.1300.48
HSL197.89º27.27%40.98%-
HSV(B)197.89º42.86%52.16%-
XYZ13.4615.7224.52-
YUV105.98143.25106.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=23.38%
G=35.69%
B=40.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761161330.430.1300.48197.8927.2740.98
Hex4C74852BD030c61b29
Octal11416420553150603063351
Binary1001100111010010000101101011110101100001100011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,133); }

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

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

 a { background-color: rgb(76,116,133); }

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

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

 span { border-color: rgb(76,116,133); }

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