#4B605D

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

Shades of Dark Slate #4B605D

Tints of Dark Slate #4B605D

Color information

#4B605D (or 0x4B605D) is unknown color: approx Dark Slate. HEX triplet: 4B, 60 and 5D. RGB value is (75,96,93). Sum of RGB (Red+Green+Blue) = 75+96+93=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #4B605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B605D is #B49FA2. Grayscale: #595959. Windows color (decimal): -11837347 or 6119499. OLE color: 6119499.

HSL color Cylindrical-coordinate representation of color #4B605D: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B605D is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB759693-
CMYK0.2200.030.62
HSL171.43º12.28%33.53%-
HSV(B)171.43º21.88%37.65%-
XYZ9.0610.6511.93-
YUV89.38130.04117.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=28.41%
G=36.36%
B=35.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596930.2200.030.62171.4312.2833.53
Hex4B605D16033Eabc22
Octal1131401352603762531442
Binary10010111100000101110110110011111110101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,93); }

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

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

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

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

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

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

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