Html Css Color HEX #4D7696 Jelly Bean

📋 copy color: '#4D7696'

red 77 ◦ green 118 ◦ blue 150

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

Shades of Jelly Bean #4D7696

Tints of Jelly Bean #4D7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 150 (58.98% from 255) = 43.48%

R = 22.32%
G = 34.2%
B = 43.48%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D7696 (or 0x4D7696) is known color: Jelly Bean. HEX triplet: 4D, 76 and 96. RGB value is (77,118,150). Sum of RGB (Red+Green+Blue) = 77+118+150=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D7696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7696 is #B28969. Grayscale: #6D6D6D. Windows color (decimal): -11700586 or 9860685. OLE color: 9860685.

HSL color Cylindrical-coordinate representation of color #4D7696: hue angle of 206.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D7696 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 118 150 -
CMYK 0.49 0.21 0 0.41
HSL 206.3º 0.32% 0.45% -
HSV(B) 206.3º 0.49% 0.59% -
XYZ 15.04 16.74 31.29 -
YUV 109.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 77 118 150 0.49 0.21 0 0.41 206.3 0.32 0.45
Hex 4D 76 96 31 15 0 29 CE 20 2D
Octal 115 166 226 61 25 0 51 316 40 55
Binary 1001101 1110110 10010110 110001 10101 0 101001 11001110 100000 101101

Color Harmonies of #4D7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7696

Black with #4D7696

Text Example


Text Example

White with #4D7696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,150); }

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

background-color css

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

 a { background-color: rgb(77,118,150); }

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

border-color css

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

 span { border-color: rgb(77,118,150); }

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