Html Css Color HEX #26494D Dark Slate Grey

📋 copy color: '#26494D'

red 38 ◦ green 73 ◦ blue 77

#26494D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #26494D

Tints of Dark Slate Grey #26494D

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 value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26494D (or 0x26494D) is known color: 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

RGB 38 73 77 -
CMYK 0.51 0.05 0 0.70
HSL 186.15º 0.34% 0.23% -
HSV(B) 186.15º 0.51% 0.3% -
XYZ 4.52 5.71 7.89 -
YUV 62.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 38 73 77 0.51 0.05 0 0.70 186.15 0.34 0.23
Hex 26 49 4D 33 5 0 46 BA 22 17
Octal 46 111 115 63 5 0 106 272 42 27
Binary 100110 1001001 1001101 110011 101 0 1000110 10111010 100010 10111

Color Harmonies of #26494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26494D

Black with #26494D

Text Example


Text Example

White with #26494D

Text Example


Text Example

HTML Codes & Css Web 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>