#4C7584

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

Shades of Jelly Bean #4C7584

Tints of Jelly Bean #4C7584

Color information

#4C7584 (or 0x4C7584) is unknown color: approx Jelly Bean. HEX triplet: 4C, 75 and 84. RGB value is (76,117,132). Sum of RGB (Red+Green+Blue) = 76+117+132=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C7584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7584 is #B38A7B. Grayscale: #6A6A6A. Windows color (decimal): -11766396 or 8680780. OLE color: 8680780.

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

Color convert

RGB76117132-
CMYK0.420.1100.48
HSL196.07º26.92%40.78%-
HSV(B)196.07º42.42%51.76%-
XYZ13.5115.9324.19-
YUV106.45142.42106.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=23.38%
G=36%
B=40.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761171320.420.1100.48196.0726.9240.78
Hex4C75842AB030c41b29
Octal11416520452130603043351
Binary1001100111010110000100101010101101100001100010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,132); }

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

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

 a { background-color: rgb(76,117,132); }

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

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

 span { border-color: rgb(76,117,132); }

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