#204B4F

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

Shades of Dark Slate Grey #204B4F

Tints of Dark Slate Grey #204B4F

Color information

#204B4F (or 0x204B4F) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 4B and 4F. RGB value is (32,75,79). Sum of RGB (Red+Green+Blue) = 32+75+79=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #204B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B4F is #DFB4B0. Grayscale: #3E3E3E. Windows color (decimal): -14660785 or 5196576. OLE color: 5196576.

HSL color Cylindrical-coordinate representation of color #204B4F: hue angle of 185.11º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204B4F is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327579-
CMYK0.590.0500.69
HSL185.11º42.34%21.76%-
HSV(B)185.11º59.49%30.98%-
XYZ4.525.98.3-
YUV62.6137.25106.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=17.20%
G=40.32%
B=42.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3275790.590.0500.69185.1142.3421.76
Hex204B4F3B5045b92a16
Octal4011311773501052715226
Binary10000010010111001111111011101010001011011100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B4F; }

 p { color: rgb(32,75,79); }

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

<style>
 a { background-color: #204B4F; }

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

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

<style>
 span { border-color: #204B4F; }

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

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