Html Css Color HEX #264649 Dark Slate Grey

📋 copy color: '#264649'

red 38 ◦ green 70 ◦ blue 73

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

Shades of Dark Slate Grey #264649

Tints of Dark Slate Grey #264649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 73 (28.91% from 255) = 40.33%

R = 20.99%
G = 38.67%
B = 40.33%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#264649 (or 0x264649) is known color: Dark Slate Grey. HEX triplet: 26, 46 and 49. RGB value is (38,70,73). Sum of RGB (Red+Green+Blue) = 38+70+73=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #264649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264649 is #D9B9B6. Grayscale: #3C3C3C. Windows color (decimal): -14268855 or 4802086. OLE color: 4802086.

HSL color Cylindrical-coordinate representation of color #264649: hue angle of 185.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264649 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 70 73 -
CMYK 0.48 0.04 0 0.71
HSL 185.14º 0.32% 0.22% -
HSV(B) 185.14º 0.48% 0.29% -
XYZ 4.19 5.27 7.1 -
YUV 60.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 38 70 73 0.48 0.04 0 0.71 185.14 0.32 0.22
Hex 26 46 49 30 4 0 47 B9 20 16
Octal 46 106 111 60 4 0 107 271 40 26
Binary 100110 1000110 1001001 110000 100 0 1000111 10111001 100000 10110

Color Harmonies of #264649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264649

Black with #264649

Text Example


Text Example

White with #264649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264649; }

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

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

background-color css

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

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

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

border-color css

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

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

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