#4D768F

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

Shades of Jelly Bean #4D768F

Tints of Jelly Bean #4D768F

Color information

#4D768F (or 0x4D768F) is unknown color: approx Jelly Bean. HEX triplet: 4D, 76 and 8F. RGB value is (77,118,143). Sum of RGB (Red+Green+Blue) = 77+118+143=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D768F is #B28970. Grayscale: #6C6C6C. Windows color (decimal): -11700593 or 9401933. OLE color: 9401933.

HSL color Cylindrical-coordinate representation of color #4D768F: hue angle of 202.73º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D768F is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB77118143-
CMYK0.460.1700.44
HSL202.73º30%43.14%-
HSV(B)202.73º46.15%56.08%-
XYZ14.516.5228.41-
YUV108.59147.42105.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.78%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=22.78%
G=34.91%
B=42.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771181430.460.1700.44202.733043.14
Hex4D768F2E1102Ccb1e2b
Octal11516621756210543133653
Binary10011011110110100011111011101000101011001100101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,118,143); }

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

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

 a { background-color: rgb(77,118,143); }

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

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

 span { border-color: rgb(77,118,143); }

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