#4F758C

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

Shades of Jelly Bean #4F758C

Tints of Jelly Bean #4F758C

Color information

#4F758C (or 0x4F758C) is unknown color: approx Jelly Bean. HEX triplet: 4F, 75 and 8C. RGB value is (79,117,140). Sum of RGB (Red+Green+Blue) = 79+117+140=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F758C is #B08A73. Grayscale: #6C6C6C. Windows color (decimal): -11569780 or 9205071. OLE color: 9205071.

HSL color Cylindrical-coordinate representation of color #4F758C: hue angle of 202.62º 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 #4F758C is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79117140-
CMYK0.440.1600.45
HSL202.62º27.85%42.94%-
HSV(B)202.62º43.57%54.9%-
XYZ14.3216.2827.2-
YUV108.26145.91107.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=23.51%
G=34.82%
B=41.67%

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
Decimal791171400.440.1600.45202.6227.8542.94
Hex4F758C2C1002Dcb1c2b
Octal11716521454200553133453
Binary10011111110101100011001011001000001011011100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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