#4C7695

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

Shades of Jelly Bean #4C7695

Tints of Jelly Bean #4C7695

Color information

#4C7695 (or 0x4C7695) is unknown color: approx Jelly Bean. HEX triplet: 4C, 76 and 95. RGB value is (76,118,149). Sum of RGB (Red+Green+Blue) = 76+118+149=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C7695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7695 is #B3896A. Grayscale: #6C6C6C. Windows color (decimal): -11766123 or 9795148. OLE color: 9795148.

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

Color convert

RGB76118149-
CMYK0.490.2100.42
HSL205.48º32.44%44.12%-
HSV(B)205.48º48.99%58.43%-
XYZ14.8816.6630.87-
YUV108.98150.59104.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=22.16%
G=34.40%
B=43.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761181490.490.2100.42205.4832.4444.12
Hex4C7695311502Acd202c
Octal11416622561250523154054
Binary100110011101101001010111000110101010101011001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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