#26494B

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

Shades of Dark Slate Grey #26494B

Tints of Dark Slate Grey #26494B

Color information

#26494B (or 0x26494B) is unknown color: approx 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

RGB387375-
CMYK0.490.0300.71
HSL183.24º32.74%22.16%-
HSV(B)183.24º49.33%29.41%-
XYZ4.455.697.52-
YUV62.76134.9110.34-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873750.490.0300.71183.2432.7422.16
Hex26494B313047b72116
Octal4611111361301072674126
Binary1001101001001100101111000111010001111011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>