Html Css Color HEX #4D5672 East Bay

📋 copy color: '#4D5672'

red 77 ◦ green 86 ◦ blue 114

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

Shades of East Bay #4D5672

Tints of East Bay #4D5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 27.8%
G = 31.05%
B = 41.16%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5672 (or 0x4D5672) is known color: East Bay. HEX triplet: 4D, 56 and 72. RGB value is (77,86,114). Sum of RGB (Red+Green+Blue) = 77+86+114=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5672 is #B2A98D. Grayscale: #565656. Windows color (decimal): -11708814 or 7493197. OLE color: 7493197.

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

Color convert

RGB 77 86 114 -
CMYK 0.32 0.25 0 0.55
HSL 225.41º 0.19% 0.37% -
HSV(B) 225.41º 0.32% 0.45% -
XYZ 9.43 9.45 17.25 -
YUV 86.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 77 86 114 0.32 0.25 0 0.55 225.41 0.19 0.37
Hex 4D 56 72 20 19 0 37 E1 13 25
Octal 115 126 162 40 31 0 67 341 23 45
Binary 1001101 1010110 1110010 100000 11001 0 110111 11100001 10011 100101

Color Harmonies of #4D5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5672

Black with #4D5672

Text Example


Text Example

White with #4D5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,86,114); }

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

background-color css

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

 a { background-color: rgb(77,86,114); }

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

border-color css

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

 span { border-color: rgb(77,86,114); }

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