Html Css Color HEX #26494B Dark Slate Grey

📋 copy color: '#26494B'

red 38 ◦ green 73 ◦ blue 75

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

Shades of Dark Slate Grey #26494B

Tints of Dark Slate Grey #26494B

RGB

 RED value IS 38 (15.23% from 255) = 20.43%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 20.43%
G = 39.25%
B = 40.32%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26494B (or 0x26494B) is known color: Dark Slate Grey. HEX triplet: 26, 49 and 4B. RGB value is (38,73,75). Sum of RGB (Red+Green+Blue) = 38+73+75=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #26494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26494B is #D9B6B4. Grayscale: #3E3E3E. Windows color (decimal): -14268085 or 4933926. OLE color: 4933926.

HSL color Cylindrical-coordinate representation of color #26494B: hue angle of 183.24º degrees, saturation: 0.33, 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 #26494B is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 73 75 -
CMYK 0.49 0.03 0 0.71
HSL 183.24º 0.33% 0.22% -
HSV(B) 183.24º 0.49% 0.29% -
XYZ 4.45 5.69 7.52 -
YUV 62.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 38 73 75 0.49 0.03 0 0.71 183.24 0.33 0.22
Hex 26 49 4B 31 3 0 47 B7 21 16
Octal 46 111 113 61 3 0 107 267 41 26
Binary 100110 1001001 1001011 110001 11 0 1000111 10110111 100001 10110

Color Harmonies of #26494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26494B

Black with #26494B

Text Example


Text Example

White with #26494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26494B;
 }
 .AnyTagClassName
 {
   color: #26494B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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