#26494D

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

Shades of Dark Slate Grey #26494D

Tints of Dark Slate Grey #26494D

Color information

#26494D (or 0x26494D) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 49 and 4D. RGB value is (38,73,77). Sum of RGB (Red+Green+Blue) = 38+73+77=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #26494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26494D is #D9B6B2. Grayscale: #3E3E3E. Windows color (decimal): -14268083 or 5064998. OLE color: 5064998.

HSL color Cylindrical-coordinate representation of color #26494D: hue angle of 186.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26494D is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB387377-
CMYK0.510.0500.70
HSL186.15º33.91%22.55%-
HSV(B)186.15º50.65%30.2%-
XYZ4.525.717.89-
YUV62.99135.9110.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=20.21%
G=38.83%
B=40.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3873770.510.0500.70186.1533.9122.55
Hex26494D335046ba2217
Octal4611111563501062724227
Binary10011010010011001101110011101010001101011101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26494D; }

 p { color: rgb(38,73,77); }

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

<style>
 a { background-color: #26494D; }

 a { background-color: rgb(38,73,77); }

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

<style>
 span { border-color: #26494D; }

 span { border-color: rgb(38,73,77); }

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