Html Css Color HEX #4C536C East Bay

📋 copy color: '#4C536C'

red 76 ◦ green 83 ◦ blue 108

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

Shades of East Bay #4C536C

Tints of East Bay #4C536C

RGB

 RED value IS 76 (30.08% from 255) = 28.46%

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

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

R = 28.46%
G = 31.09%
B = 40.45%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C536C (or 0x4C536C) is known color: East Bay. HEX triplet: 4C, 53 and 6C. RGB value is (76,83,108). Sum of RGB (Red+Green+Blue) = 76+83+108=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C536C is #B3AC93. Grayscale: #535353. Windows color (decimal): -11775124 or 7099212. OLE color: 7099212.

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

Color convert

RGB 76 83 108 -
CMYK 0.30 0.23 0 0.58
HSL 226.88º 0.17% 0.36% -
HSV(B) 226.88º 0.3% 0.42% -
XYZ 8.78 8.81 15.42 -
YUV 83.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 76 83 108 0.30 0.23 0 0.58 226.88 0.17 0.36
Hex 4C 53 6C 1E 17 0 3A E3 11 24
Octal 114 123 154 36 27 0 72 343 21 44
Binary 1001100 1010011 1101100 11110 10111 0 111010 11100011 10001 100100

Color Harmonies of #4C536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C536C

Black with #4C536C

Text Example


Text Example

White with #4C536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,108); }

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

background-color css

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

 a { background-color: rgb(76,83,108); }

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

border-color css

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

 span { border-color: rgb(76,83,108); }

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