#4F7D8C

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

Shades of Jelly Bean #4F7D8C

Tints of Jelly Bean #4F7D8C

Color information

#4F7D8C (or 0x4F7D8C) is unknown color: approx Jelly Bean. HEX triplet: 4F, 7D and 8C. RGB value is (79,125,140). Sum of RGB (Red+Green+Blue) = 79+125+140=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F7D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7D8C is #B08273. Grayscale: #707070. Windows color (decimal): -11567732 or 9207119. OLE color: 9207119.

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

Color convert

RGB79125140-
CMYK0.440.1100.45
HSL194.75º27.85%42.94%-
HSV(B)194.75º43.57%54.9%-
XYZ15.2918.2227.52-
YUV112.96143.26103.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=22.97%
G=36.34%
B=40.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791251400.440.1100.45194.7527.8542.94
Hex4F7D8C2CB02Dc31c2b
Octal11717521454130553033453
Binary1001111111110110001100101100101101011011100001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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