Html Css Color HEX #4D7F91 Jelly Bean

📋 copy color: '#4D7F91'

red 77 ◦ green 127 ◦ blue 145

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

Shades of Jelly Bean #4D7F91

Tints of Jelly Bean #4D7F91

RGB

 RED value IS 77 (30.47% from 255) = 22.06%

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 22.06%
G = 36.39%
B = 41.55%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D7F91 (or 0x4D7F91) is known color: Jelly Bean. HEX triplet: 4D, 7F and 91. RGB value is (77,127,145). Sum of RGB (Red+Green+Blue) = 77+127+145=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D7F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7F91 is #B2806E. Grayscale: #717171. Windows color (decimal): -11698287 or 9535309. OLE color: 9535309.

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

Color convert

RGB 77 127 145 -
CMYK 0.47 0.12 0 0.43
HSL 195.88º 0.31% 0.44% -
HSV(B) 195.88º 0.47% 0.57% -
XYZ 15.76 18.8 29.59 -
YUV 114.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 77 127 145 0.47 0.12 0 0.43 195.88 0.31 0.44
Hex 4D 7F 91 2F C 0 2B C4 1F 2C
Octal 115 177 221 57 14 0 53 304 37 54
Binary 1001101 1111111 10010001 101111 1100 0 101011 11000100 11111 101100

Color Harmonies of #4D7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7F91

Black with #4D7F91

Text Example


Text Example

White with #4D7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,127,145); }

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

background-color css

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

 a { background-color: rgb(77,127,145); }

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

border-color css

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

 span { border-color: rgb(77,127,145); }

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