#4B504B

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

Shades of Grey-Asparagus #4B504B

Tints of Grey-Asparagus #4B504B

Color information

#4B504B (or 0x4B504B) is unknown color: approx Grey-Asparagus. HEX triplet: 4B, 50 and 4B. RGB value is (75,80,75). Sum of RGB (Red+Green+Blue) = 75+80+75=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 80 - color contains mainly: green. Hex color #4B504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B504B is #B4AFB4. Grayscale: #4D4D4D. Windows color (decimal): -11841461 or 4935755. OLE color: 4935755.

HSL color Cylindrical-coordinate representation of color #4B504B: hue angle of 120º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4B504B is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB758075-
CMYK0.0600.060.69
HSL120º3.23%30.39%-
HSV(B)120º6.25%31.37%-
XYZ7.047.747.78-
YUV77.93126.34125.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=32.61%
G=34.78%
B=32.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580750.0600.060.691203.2330.39
Hex4B504B606457831e
Octal113120113606105170336
Binary1001011101000010010111100110100010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,75); }

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

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

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

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

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

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

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