Html Css Color HEX #4D5471 East Bay

📋 copy color: '#4D5471'

red 77 ◦ green 84 ◦ blue 113

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

Shades of East Bay #4D5471

Tints of East Bay #4D5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 28.1%
G = 30.66%
B = 41.24%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D5471 (or 0x4D5471) is known color: East Bay. HEX triplet: 4D, 54 and 71. RGB value is (77,84,113). Sum of RGB (Red+Green+Blue) = 77+84+113=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5471 is #B2AB8E. Grayscale: #555555. Windows color (decimal): -11709327 or 7427149. OLE color: 7427149.

HSL color Cylindrical-coordinate representation of color #4D5471: hue angle of 228.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5471 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 84 113 -
CMYK 0.32 0.26 0 0.56
HSL 228.33º 0.19% 0.37% -
HSV(B) 228.33º 0.32% 0.44% -
XYZ 9.21 9.11 16.9 -
YUV 85.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 77 84 113 0.32 0.26 0 0.56 228.33 0.19 0.37
Hex 4D 54 71 20 1A 0 38 E4 13 25
Octal 115 124 161 40 32 0 70 344 23 45
Binary 1001101 1010100 1110001 100000 11010 0 111000 11100100 10011 100101

Color Harmonies of #4D5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5471

Black with #4D5471

Text Example


Text Example

White with #4D5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,113); }

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

background-color css

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

 a { background-color: rgb(77,84,113); }

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

border-color css

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

 span { border-color: rgb(77,84,113); }

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