#4F7E8B

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

Shades of Jelly Bean #4F7E8B

Tints of Jelly Bean #4F7E8B

Color information

#4F7E8B (or 0x4F7E8B) is unknown color: approx Jelly Bean. HEX triplet: 4F, 7E and 8B. RGB value is (79,126,139). Sum of RGB (Red+Green+Blue) = 79+126+139=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F7E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7E8B is #B08174. Grayscale: #717171. Windows color (decimal): -11567477 or 9141839. OLE color: 9141839.

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

Color convert

RGB79126139-
CMYK0.430.0900.45
HSL193º27.52%42.75%-
HSV(B)193º43.17%54.51%-
XYZ15.3518.4527.18-
YUV113.43142.43103.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=22.97%
G=36.63%
B=40.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791261390.430.0900.4519327.5242.75
Hex4F7E8B2B902Dc11c2b
Octal11717621353110553013453
Binary1001111111111010001011101011100101011011100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,126,139); }

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

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

 a { background-color: rgb(79,126,139); }

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

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

 span { border-color: rgb(79,126,139); }

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