#4C7F8B

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

Shades of Jelly Bean #4C7F8B

Tints of Jelly Bean #4C7F8B

Color information

#4C7F8B (or 0x4C7F8B) is unknown color: approx Jelly Bean. HEX triplet: 4C, 7F and 8B. RGB value is (76,127,139). Sum of RGB (Red+Green+Blue) = 76+127+139=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C7F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7F8B is #B38074. Grayscale: #717171. Windows color (decimal): -11763829 or 9142092. OLE color: 9142092.

HSL color Cylindrical-coordinate representation of color #4C7F8B: hue angle of 191.43º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C7F8B is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB76127139-
CMYK0.450.0900.45
HSL191.43º29.3%42.16%-
HSV(B)191.43º45.32%54.51%-
XYZ15.2318.5827.21-
YUV113.12142.6101.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.22%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=22.22%
G=37.13%
B=40.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761271390.450.0900.45191.4329.342.16
Hex4C7F8B2D902Dbf1d2a
Octal11417721355110552773552
Binary1001100111111110001011101101100101011011011111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,127,139); }

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

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

 a { background-color: rgb(76,127,139); }

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

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

 span { border-color: rgb(76,127,139); }

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