Html Css Color HEX #4C5363 East Bay

📋 copy color: '#4C5363'

red 76 ◦ green 83 ◦ blue 99

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

Shades of East Bay #4C5363

Tints of East Bay #4C5363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 29.46%
G = 32.17%
B = 38.37%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4C5363 (or 0x4C5363) is known color: East Bay. HEX triplet: 4C, 53 and 63. RGB value is (76,83,99). Sum of RGB (Red+Green+Blue) = 76+83+99=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5363 is #B3AC9C. Grayscale: #525252. Windows color (decimal): -11775133 or 6509388. OLE color: 6509388.

HSL color Cylindrical-coordinate representation of color #4C5363: hue angle of 221.74º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5363 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 83 99 -
CMYK 0.23 0.16 0 0.61
HSL 221.74º 0.13% 0.34% -
HSV(B) 221.74º 0.23% 0.39% -
XYZ 8.33 8.62 13.03 -
YUV 82.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 76 83 99 0.23 0.16 0 0.61 221.74 0.13 0.34
Hex 4C 53 63 17 10 0 3D DE D 22
Octal 114 123 143 27 20 0 75 336 15 42
Binary 1001100 1010011 1100011 10111 10000 0 111101 11011110 1101 100010

Color Harmonies of #4C5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5363

Black with #4C5363

Text Example


Text Example

White with #4C5363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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