#4D5672

Color #4D5672 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #4D5672

Tints of East Bay #4D5672

Color information

#4D5672 (or 0x4D5672) is unknown color: approx 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

RGB7786114-
CMYK0.320.2500.55
HSL225.41º19.37%37.45%-
HSV(B)225.41º32.46%44.71%-
XYZ9.439.4517.25-
YUV86.5143.52121.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=27.80%
G=31.05%
B=41.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77861140.320.2500.55225.4119.3737.45
Hex4D56722019037e11325
Octal11512616240310673412345
Binary1001101101011011100101000001100101101111110000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>