#4C7692

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

Shades of Jelly Bean #4C7692

Tints of Jelly Bean #4C7692

Color information

#4C7692 (or 0x4C7692) is unknown color: approx Jelly Bean. HEX triplet: 4C, 76 and 92. RGB value is (76,118,146). Sum of RGB (Red+Green+Blue) = 76+118+146=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C7692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7692 is #B3896D. Grayscale: #6C6C6C. Windows color (decimal): -11766126 or 9598540. OLE color: 9598540.

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

Color convert

RGB76118146-
CMYK0.480.1900.43
HSL204º31.53%43.53%-
HSV(B)204º47.95%57.25%-
XYZ14.6516.5729.62-
YUV108.63149.09104.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=22.35%
G=34.71%
B=42.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761181460.480.1900.4320431.5343.53
Hex4C7692301302Bcc202c
Octal11416622260230533144054
Binary100110011101101001001011000010011010101111001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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