Html Css Color HEX #4F7990 Jelly Bean

📋 copy color: '#4F7990'

red 79 ◦ green 121 ◦ blue 144

#4F7990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #4F7990

Tints of Jelly Bean #4F7990

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 value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F7990 (or 0x4F7990) is known color: 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

RGB 79 121 144 -
CMYK 0.45 0.16 0 0.44
HSL 201.23º 0.29% 0.44% -
HSV(B) 201.23º 0.45% 0.56% -
XYZ 15.1 17.35 28.94 -
YUV 111.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 79 121 144 0.45 0.16 0 0.44 201.23 0.29 0.44
Hex 4F 79 90 2D 10 0 2C C9 1D 2C
Octal 117 171 220 55 20 0 54 311 35 54
Binary 1001111 1111001 10010000 101101 10000 0 101100 11001001 11101 101100

Color Harmonies of #4F7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7990

Black with #4F7990

Text Example


Text Example

White with #4F7990

Text Example


Text Example

HTML Codes & Css Web 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>