#4F7785

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

Shades of Jelly Bean #4F7785

Tints of Jelly Bean #4F7785

Color information

#4F7785 (or 0x4F7785) is unknown color: approx Jelly Bean. HEX triplet: 4F, 77 and 85. RGB value is (79,119,133). Sum of RGB (Red+Green+Blue) = 79+119+133=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F7785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7785 is #B0887A. Grayscale: #6C6C6C. Windows color (decimal): -11569275 or 8746831. OLE color: 8746831.

HSL color Cylindrical-coordinate representation of color #4F7785: hue angle of 195.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F7785 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB79119133-
CMYK0.410.1100.48
HSL195.56º25.47%41.57%-
HSV(B)195.56º40.6%52.16%-
XYZ14.0516.5524.64-
YUV108.64141.75106.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=23.87%
G=35.95%
B=40.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791191330.410.1100.48195.5625.4741.57
Hex4F778529B030c4192a
Octal11716720551130603043152
Binary1001111111011110000101101001101101100001100010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,133); }

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

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

 a { background-color: rgb(79,119,133); }

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

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

 span { border-color: rgb(79,119,133); }

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