Html Css Color HEX #4C6263 River Bed

📋 copy color: '#4C6263'

red 76 ◦ green 98 ◦ blue 99

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

Shades of River Bed #4C6263

Tints of River Bed #4C6263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

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

R = 27.84%
G = 35.9%
B = 36.26%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4C6263 (or 0x4C6263) is known color: River Bed. HEX triplet: 4C, 62 and 63. RGB value is (76,98,99). Sum of RGB (Red+Green+Blue) = 76+98+99=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C6263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6263 is #B39D9C. Grayscale: #5B5B5B. Windows color (decimal): -11771293 or 6513228. OLE color: 6513228.

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

Color convert

RGB 76 98 99 -
CMYK 0.23 0.01 0 0.61
HSL 182.61º 0.13% 0.34% -
HSV(B) 182.61º 0.23% 0.39% -
XYZ 9.6 11.17 13.45 -
YUV 91.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 76 98 99 0.23 0.01 0 0.61 182.61 0.13 0.34
Hex 4C 62 63 17 1 0 3D B7 D 22
Octal 114 142 143 27 1 0 75 267 15 42
Binary 1001100 1100010 1100011 10111 1 0 111101 10110111 1101 100010

Color Harmonies of #4C6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6263

Black with #4C6263

Text Example


Text Example

White with #4C6263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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