Html Css Color HEX #4D536B East Bay

📋 copy color: '#4D536B'

red 77 ◦ green 83 ◦ blue 107

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

Shades of East Bay #4D536B

Tints of East Bay #4D536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 28.84%
G = 31.09%
B = 40.07%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D536B (or 0x4D536B) is known color: East Bay. HEX triplet: 4D, 53 and 6B. RGB value is (77,83,107). Sum of RGB (Red+Green+Blue) = 77+83+107=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D536B is #B2AC94. Grayscale: #535353. Windows color (decimal): -11709589 or 7033677. OLE color: 7033677.

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

Color convert

RGB 77 83 107 -
CMYK 0.28 0.22 0 0.58
HSL 228º 0.16% 0.36% -
HSV(B) 228º 0.28% 0.42% -
XYZ 8.81 8.83 15.15 -
YUV 83.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 77 83 107 0.28 0.22 0 0.58 228 0.16 0.36
Hex 4D 53 6B 1C 16 0 3A E4 10 24
Octal 115 123 153 34 26 0 72 344 20 44
Binary 1001101 1010011 1101011 11100 10110 0 111010 11100100 10000 100100

Color Harmonies of #4D536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D536B

Black with #4D536B

Text Example


Text Example

White with #4D536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,107); }

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

background-color css

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

 a { background-color: rgb(77,83,107); }

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

border-color css

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

 span { border-color: rgb(77,83,107); }

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