#4C7994

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

Shades of Jelly Bean #4C7994

Tints of Jelly Bean #4C7994

Color information

#4C7994 (or 0x4C7994) is unknown color: approx Jelly Bean. HEX triplet: 4C, 79 and 94. RGB value is (76,121,148). Sum of RGB (Red+Green+Blue) = 76+121+148=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C7994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7994 is #B3866B. Grayscale: #6E6E6E. Windows color (decimal): -11765356 or 9730380. OLE color: 9730380.

HSL color Cylindrical-coordinate representation of color #4C7994: hue angle of 202.5º 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 #4C7994 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB76121148-
CMYK0.490.1800.42
HSL202.5º32.14%43.92%-
HSV(B)202.5º48.65%58.04%-
XYZ15.1617.3530.57-
YUV110.62149.09103.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=22.03%
G=35.07%
B=42.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761211480.490.1800.42202.532.1443.92
Hex4C7994311202Aca202c
Octal11417122461220523124054
Binary100110011110011001010011000110010010101011001010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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