Html Css Color HEX #4D5369 East Bay

📋 copy color: '#4D5369'

red 77 ◦ green 83 ◦ blue 105

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

Shades of East Bay #4D5369

Tints of East Bay #4D5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.62%

R = 29.06%
G = 31.32%
B = 39.62%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D5369 (or 0x4D5369) is known color: East Bay. HEX triplet: 4D, 53 and 69. RGB value is (77,83,105). Sum of RGB (Red+Green+Blue) = 77+83+105=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D5369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5369 is #B2AC96. Grayscale: #535353. Windows color (decimal): -11709591 or 6902605. OLE color: 6902605.

HSL color Cylindrical-coordinate representation of color #4D5369: hue angle of 227.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D5369 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 83 105 -
CMYK 0.27 0.21 0 0.59
HSL 227.14º 0.15% 0.36% -
HSV(B) 227.14º 0.27% 0.41% -
XYZ 8.7 8.78 14.6 -
YUV 83.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 77 83 105 0.27 0.21 0 0.59 227.14 0.15 0.36
Hex 4D 53 69 1B 15 0 3B E3 F 24
Octal 115 123 151 33 25 0 73 343 17 44
Binary 1001101 1010011 1101001 11011 10101 0 111011 11100011 1111 100100

Color Harmonies of #4D5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5369

Black with #4D5369

Text Example


Text Example

White with #4D5369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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