Html Css Color HEX #4D526B East Bay

📋 copy color: '#4D526B'

red 77 ◦ green 82 ◦ blue 107

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

Shades of East Bay #4D526B

Tints of East Bay #4D526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 28.95%
G = 30.83%
B = 40.23%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D526B (or 0x4D526B) is known color: East Bay. HEX triplet: 4D, 52 and 6B. RGB value is (77,82,107). Sum of RGB (Red+Green+Blue) = 77+82+107=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D526B is #B2AD94. Grayscale: #535353. Windows color (decimal): -11709845 or 7033421. OLE color: 7033421.

HSL color Cylindrical-coordinate representation of color #4D526B: hue angle of 230º 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 #4D526B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 82 107 -
CMYK 0.28 0.23 0 0.58
HSL 230º 0.16% 0.36% -
HSV(B) 230º 0.28% 0.42% -
XYZ 8.73 8.67 15.12 -
YUV 83.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 77 82 107 0.28 0.23 0 0.58 230 0.16 0.36
Hex 4D 52 6B 1C 17 0 3A E6 10 24
Octal 115 122 153 34 27 0 72 346 20 44
Binary 1001101 1010010 1101011 11100 10111 0 111010 11100110 10000 100100

Color Harmonies of #4D526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D526B

Black with #4D526B

Text Example


Text Example

White with #4D526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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