#4F7990

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

Shades of Jelly Bean #4F7990

Tints of Jelly Bean #4F7990

Color information

#4F7990 (or 0x4F7990) is unknown color: approx Jelly Bean. HEX triplet: 4F, 79 and 90. RGB value is (79,121,144). Sum of RGB (Red+Green+Blue) = 79+121+144=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7990 is #B0866F. Grayscale: #6E6E6E. Windows color (decimal): -11568752 or 9468239. OLE color: 9468239.

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

Color convert

RGB79121144-
CMYK0.450.1600.44
HSL201.23º29.15%43.73%-
HSV(B)201.23º45.14%56.47%-
XYZ15.117.3528.94-
YUV111.06146.59105.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=22.97%
G=35.17%
B=41.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791211440.450.1600.44201.2329.1543.73
Hex4F79902D1002Cc91d2c
Octal11717122055200543113554
Binary10011111111001100100001011011000001011001100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,121,144); }

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

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

 a { background-color: rgb(79,121,144); }

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

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

 span { border-color: rgb(79,121,144); }

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