Html Css Color HEX #4D556C East Bay

📋 copy color: '#4D556C'

red 77 ◦ green 85 ◦ blue 108

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

Shades of East Bay #4D556C

Tints of East Bay #4D556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 28.52%
G = 31.48%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D556C (or 0x4D556C) is known color: East Bay. HEX triplet: 4D, 55 and 6C. RGB value is (77,85,108). Sum of RGB (Red+Green+Blue) = 77+85+108=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D556C is #B2AA93. Grayscale: #555555. Windows color (decimal): -11709076 or 7099725. OLE color: 7099725.

HSL color Cylindrical-coordinate representation of color #4D556C: hue angle of 224.52º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D556C is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 85 108 -
CMYK 0.29 0.21 0 0.58
HSL 224.52º 0.17% 0.36% -
HSV(B) 224.52º 0.29% 0.42% -
XYZ 9.02 9.16 15.48 -
YUV 85.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 77 85 108 0.29 0.21 0 0.58 224.52 0.17 0.36
Hex 4D 55 6C 1D 15 0 3A E1 11 24
Octal 115 125 154 35 25 0 72 341 21 44
Binary 1001101 1010101 1101100 11101 10101 0 111010 11100001 10001 100100

Color Harmonies of #4D556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D556C

Black with #4D556C

Text Example


Text Example

White with #4D556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,108); }

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

background-color css

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

 a { background-color: rgb(77,85,108); }

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

border-color css

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

 span { border-color: rgb(77,85,108); }

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