Html Css Color HEX #4C525D Bright Grey

📋 copy color: '#4C525D'

red 76 ◦ green 82 ◦ blue 93

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

Shades of Bright Grey #4C525D

Tints of Bright Grey #4C525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 30.28%
G = 32.67%
B = 37.05%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C525D (or 0x4C525D) is known color: Bright Grey. HEX triplet: 4C, 52 and 5D. RGB value is (76,82,93). Sum of RGB (Red+Green+Blue) = 76+82+93=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C525D is #B3ADA2. Grayscale: #515151. Windows color (decimal): -11775395 or 6115916. OLE color: 6115916.

HSL color Cylindrical-coordinate representation of color #4C525D: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C525D is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 82 93 -
CMYK 0.18 0.12 0 0.64
HSL 218.82º 0.1% 0.33% -
HSV(B) 218.82º 0.18% 0.36% -
XYZ 7.97 8.36 11.55 -
YUV 81.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 76 82 93 0.18 0.12 0 0.64 218.82 0.1 0.33
Hex 4C 52 5D 12 C 0 40 DB A 21
Octal 114 122 135 22 14 0 100 333 12 41
Binary 1001100 1010010 1011101 10010 1100 0 1000000 11011011 1010 100001

Color Harmonies of #4C525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C525D

Black with #4C525D

Text Example


Text Example

White with #4C525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,93); }

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

background-color css

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

 a { background-color: rgb(76,82,93); }

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

border-color css

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

 span { border-color: rgb(76,82,93); }

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