#4B515C

Color #4B515C Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #4B515C

Tints of Bright Grey #4B515C

Color information

#4B515C (or 0x4B515C) is unknown color: approx Bright Grey. HEX triplet: 4B, 51 and 5C. RGB value is (75,81,92). Sum of RGB (Red+Green+Blue) = 75+81+92=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B515C is #B4AEA3. Grayscale: #505050. Windows color (decimal): -11841188 or 6050123. OLE color: 6050123.

HSL color Cylindrical-coordinate representation of color #4B515C: 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 #4B515C is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB758192-
CMYK0.180.1200.64
HSL218.82º10.18%32.75%-
HSV(B)218.82º18.48%36.08%-
XYZ7.788.1511.29-
YUV80.46134.51124.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=30.24%
G=32.66%
B=37.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7581920.180.1200.64218.8210.1832.75
Hex4B515C12C040dba21
Octal113121134221401003331241
Binary10010111010001101110010010110001000000110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,81,92); }

 H1.HeaderClassName
 {
   color: #4B515C;
 }
 .AnyTagClassName
 {
   color: #4B515C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,81,92); }

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

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

 span { border-color: rgb(75,81,92); }

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