#4F768C

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

Shades of Jelly Bean #4F768C

Tints of Jelly Bean #4F768C

Color information

#4F768C (or 0x4F768C) is unknown color: approx Jelly Bean. HEX triplet: 4F, 76 and 8C. RGB value is (79,118,140). Sum of RGB (Red+Green+Blue) = 79+118+140=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F768C is #B08973. Grayscale: #6C6C6C. Windows color (decimal): -11569524 or 9205327. OLE color: 9205327.

HSL color Cylindrical-coordinate representation of color #4F768C: hue angle of 201.64º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F768C is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79118140-
CMYK0.440.1600.45
HSL201.64º27.85%42.94%-
HSV(B)201.64º43.57%54.9%-
XYZ14.4416.5127.24-
YUV108.85145.58106.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=23.44%
G=35.01%
B=41.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791181400.440.1600.45201.6427.8542.94
Hex4F768C2C1002Dca1c2b
Octal11716621454200553123453
Binary10011111110110100011001011001000001011011100101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,118,140); }

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

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

 a { background-color: rgb(79,118,140); }

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

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

 span { border-color: rgb(79,118,140); }

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