#4C748C

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

Shades of Jelly Bean #4C748C

Tints of Jelly Bean #4C748C

Color information

#4C748C (or 0x4C748C) is unknown color: approx Jelly Bean. HEX triplet: 4C, 74 and 8C. RGB value is (76,116,140). Sum of RGB (Red+Green+Blue) = 76+116+140=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C748C is #B38B73. Grayscale: #6A6A6A. Windows color (decimal): -11766644 or 9204812. OLE color: 9204812.

HSL color Cylindrical-coordinate representation of color #4C748C: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C748C is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB76116140-
CMYK0.460.1700.45
HSL202.5º29.63%42.35%-
HSV(B)202.5º45.71%54.9%-
XYZ13.9615.9227.15-
YUV106.78146.75106.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=22.89%
G=34.94%
B=42.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761161400.460.1700.45202.529.6342.35
Hex4C748C2E1102Dca1e2a
Octal11416421456210553123652
Binary10011001110100100011001011101000101011011100101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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