#4C7795

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

Shades of Jelly Bean #4C7795

Tints of Jelly Bean #4C7795

Color information

#4C7795 (or 0x4C7795) is unknown color: approx Jelly Bean. HEX triplet: 4C, 77 and 95. RGB value is (76,119,149). Sum of RGB (Red+Green+Blue) = 76+119+149=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C7795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7795 is #B3886A. Grayscale: #6D6D6D. Windows color (decimal): -11765867 or 9795404. OLE color: 9795404.

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

Color convert

RGB76119149-
CMYK0.490.2000.42
HSL204.66º32.44%44.12%-
HSV(B)204.66º48.99%58.43%-
XYZ1516.930.91-
YUV109.56150.25104.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=22.09%
G=34.59%
B=43.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761191490.490.2000.42204.6632.4444.12
Hex4C7795311402Acd202c
Octal11416722561240523154054
Binary100110011101111001010111000110100010101011001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,119,149); }

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

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

 a { background-color: rgb(76,119,149); }

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

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

 span { border-color: rgb(76,119,149); }

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