#4F7A89

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

Shades of Jelly Bean #4F7A89

Tints of Jelly Bean #4F7A89

Color information

#4F7A89 (or 0x4F7A89) is unknown color: approx Jelly Bean. HEX triplet: 4F, 7A and 89. RGB value is (79,122,137). Sum of RGB (Red+Green+Blue) = 79+122+137=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F7A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7A89 is #B08576. Grayscale: #6E6E6E. Windows color (decimal): -11568503 or 9009743. OLE color: 9009743.

HSL color Cylindrical-coordinate representation of color #4F7A89: hue angle of 195.52º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F7A89 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB79122137-
CMYK0.420.1100.46
HSL195.52º26.85%42.35%-
HSV(B)195.52º42.34%53.73%-
XYZ14.717.3926.25-
YUV110.85142.75105.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=23.37%
G=36.09%
B=40.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791221370.420.1100.46195.5226.8542.35
Hex4F7A892AB02Ec41b2a
Octal11717221152130563043352
Binary1001111111101010001001101010101101011101100010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,122,137); }

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

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

 a { background-color: rgb(79,122,137); }

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

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

 span { border-color: rgb(79,122,137); }

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