#4B5351

Color #4B5351 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #4B5351

Tints of Dark Slate #4B5351

Color information

#4B5351 (or 0x4B5351) is unknown color: approx Dark Slate. HEX triplet: 4B, 53 and 51. RGB value is (75,83,81). Sum of RGB (Red+Green+Blue) = 75+83+81=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5351 is #B4ACAE. Grayscale: #505050. Windows color (decimal): -11840687 or 5329739. OLE color: 5329739.

HSL color Cylindrical-coordinate representation of color #4B5351: hue angle of 165º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B5351 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB758381-
CMYK0.1000.020.67
HSL165º5.06%30.98%-
HSV(B)165º9.64%32.55%-
XYZ7.488.288.99-
YUV80.38128.35124.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=31.38%
G=34.73%
B=33.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583810.1000.020.671655.0630.98
Hex4B5351A0243a551f
Octal1131231211202103245537
Binary100101110100111010001101001010000111010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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