Html Css Color HEX #26494C Dark Slate Grey

📋 copy color: '#26494C'

red 38 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #26494C

Tints of Dark Slate Grey #26494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 20.32%
G = 39.04%
B = 40.64%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26494C (or 0x26494C) is known color: Dark Slate Grey. HEX triplet: 26, 49 and 4C. RGB value is (38,73,76). Sum of RGB (Red+Green+Blue) = 38+73+76=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #26494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26494C is #D9B6B3. Grayscale: #3E3E3E. Windows color (decimal): -14268084 or 4999462. OLE color: 4999462.

HSL color Cylindrical-coordinate representation of color #26494C: hue angle of 184.74º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26494C is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 38 73 76 -
CMYK 0.5 0.04 0 0.70
HSL 184.74º 0.33% 0.22% -
HSV(B) 184.74º 0.5% 0.3% -
XYZ 4.49 5.7 7.7 -
YUV 62.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 38 73 76 0.5 0.04 0 0.70 184.74 0.33 0.22
Hex 26 49 4C 32 4 0 46 B9 21 16
Octal 46 111 114 62 4 0 106 271 41 26
Binary 100110 1001001 1001100 110010 100 0 1000110 10111001 100001 10110

Color Harmonies of #26494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26494C

Black with #26494C

Text Example


Text Example

White with #26494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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