#4C7894

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

Shades of Jelly Bean #4C7894

Tints of Jelly Bean #4C7894

Color information

#4C7894 (or 0x4C7894) is unknown color: approx Jelly Bean. HEX triplet: 4C, 78 and 94. RGB value is (76,120,148). Sum of RGB (Red+Green+Blue) = 76+120+148=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C7894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7894 is #B3876B. Grayscale: #6D6D6D. Windows color (decimal): -11765612 or 9730124. OLE color: 9730124.

HSL color Cylindrical-coordinate representation of color #4C7894: hue angle of 203.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C7894 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB76120148-
CMYK0.490.1900.42
HSL203.33º32.14%43.92%-
HSV(B)203.33º48.65%58.04%-
XYZ15.0417.1130.53-
YUV110.04149.42103.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=22.09%
G=34.88%
B=43.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761201480.490.1900.42203.3332.1443.92
Hex4C7894311302Acb202c
Octal11417022461230523134054
Binary100110011110001001010011000110011010101011001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,120,148); }

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

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

 a { background-color: rgb(76,120,148); }

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

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

 span { border-color: rgb(76,120,148); }

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