#4B7785

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

Shades of Jelly Bean #4B7785

Tints of Jelly Bean #4B7785

Color information

#4B7785 (or 0x4B7785) is unknown color: approx Jelly Bean. HEX triplet: 4B, 77 and 85. RGB value is (75,119,133). Sum of RGB (Red+Green+Blue) = 75+119+133=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7785 is #B4887A. Grayscale: #6B6B6B. Windows color (decimal): -11831419 or 8746827. OLE color: 8746827.

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

Color convert

RGB75119133-
CMYK0.440.1100.48
HSL194.48º27.88%40.78%-
HSV(B)194.48º43.61%52.16%-
XYZ13.7316.3824.63-
YUV107.44142.42104.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=22.94%
G=36.39%
B=40.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751191330.440.1100.48194.4827.8840.78
Hex4B77852CB030c21c29
Octal11316720554130603023451
Binary1001011111011110000101101100101101100001100001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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