#26474A

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

Shades of Dark Slate Grey #26474A

Tints of Dark Slate Grey #26474A

Color information

#26474A (or 0x26474A) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 47 and 4A. RGB value is (38,71,74). Sum of RGB (Red+Green+Blue) = 38+71+74=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #26474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26474A is #D9B8B5. Grayscale: #3D3D3D. Windows color (decimal): -14268598 or 4867878. OLE color: 4867878.

HSL color Cylindrical-coordinate representation of color #26474A: hue angle of 185º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26474A is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB387174-
CMYK0.490.0400.71
HSL185º32.14%21.96%-
HSV(B)185º48.65%29.02%-
XYZ4.295.417.3-
YUV61.48135.07111.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=20.77%
G=38.80%
B=40.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3871740.490.0400.7118532.1421.96
Hex26474A314047b92016
Octal4610711261401072714026
Binary10011010001111001010110001100010001111011100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26474A; }

 p { color: rgb(38,71,74); }

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

<style>
 a { background-color: #26474A; }

 a { background-color: rgb(38,71,74); }

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

<style>
 span { border-color: #26474A; }

 span { border-color: rgb(38,71,74); }

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