Html Css Color HEX #4C505E Bright Grey

📋 copy color: '#4C505E'

red 76 ◦ green 80 ◦ blue 94

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

Shades of Bright Grey #4C505E

Tints of Bright Grey #4C505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 30.4%
G = 32%
B = 37.6%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C505E (or 0x4C505E) is known color: Bright Grey. HEX triplet: 4C, 50 and 5E. RGB value is (76,80,94). Sum of RGB (Red+Green+Blue) = 76+80+94=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C505E is #B3AFA1. Grayscale: #505050. Windows color (decimal): -11775906 or 6180940. OLE color: 6180940.

HSL color Cylindrical-coordinate representation of color #4C505E: hue angle of 226.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C505E is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 80 94 -
CMYK 0.19 0.15 0 0.63
HSL 226.67º 0.11% 0.33% -
HSV(B) 226.67º 0.19% 0.37% -
XYZ 7.87 8.08 11.73 -
YUV 80.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 76 80 94 0.19 0.15 0 0.63 226.67 0.11 0.33
Hex 4C 50 5E 13 F 0 3F E3 B 21
Octal 114 120 136 23 17 0 77 343 13 41
Binary 1001100 1010000 1011110 10011 1111 0 111111 11100011 1011 100001

Color Harmonies of #4C505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C505E

Black with #4C505E

Text Example


Text Example

White with #4C505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,80,94); }

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

background-color css

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

 a { background-color: rgb(76,80,94); }

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

border-color css

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

 span { border-color: rgb(76,80,94); }

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