Html Css Color HEX #4F7991 Jelly Bean

📋 copy color: '#4F7991'

red 79 ◦ green 121 ◦ blue 145

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

Shades of Jelly Bean #4F7991

Tints of Jelly Bean #4F7991

RGB

 RED value IS 79 (31.25% from 255) = 22.9%

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 22.9%
G = 35.07%
B = 42.03%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F7991 (or 0x4F7991) is known color: Jelly Bean. HEX triplet: 4F, 79 and 91. RGB value is (79,121,145). Sum of RGB (Red+Green+Blue) = 79+121+145=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F7991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7991 is #B0866E. Grayscale: #6F6F6F. Windows color (decimal): -11568751 or 9533775. OLE color: 9533775.

HSL color Cylindrical-coordinate representation of color #4F7991: hue angle of 201.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F7991 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 121 145 -
CMYK 0.46 0.17 0 0.43
HSL 201.82º 0.29% 0.44% -
HSV(B) 201.82º 0.46% 0.57% -
XYZ 15.17 17.38 29.34 -
YUV 111.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 79 121 145 0.46 0.17 0 0.43 201.82 0.29 0.44
Hex 4F 79 91 2E 11 0 2B CA 1D 2C
Octal 117 171 221 56 21 0 53 312 35 54
Binary 1001111 1111001 10010001 101110 10001 0 101011 11001010 11101 101100

Color Harmonies of #4F7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7991

Black with #4F7991

Text Example


Text Example

White with #4F7991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F7991;
 }
 .AnyTagClassName
 {
   color: #4F7991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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