Html Css Color HEX #264749 Dark Slate Grey

📋 copy color: '#264749'

red 38 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #264749

Tints of Dark Slate Grey #264749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

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

R = 20.88%
G = 39.01%
B = 40.11%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#264749 (or 0x264749) is known color: Dark Slate Grey. HEX triplet: 26, 47 and 49. RGB value is (38,71,73). Sum of RGB (Red+Green+Blue) = 38+71+73=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #264749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264749 is #D9B8B6. Grayscale: #3D3D3D. Windows color (decimal): -14268599 or 4802342. OLE color: 4802342.

HSL color Cylindrical-coordinate representation of color #264749: hue angle of 183.43º 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 #264749 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 71 73 -
CMYK 0.48 0.03 0 0.71
HSL 183.43º 0.32% 0.22% -
HSV(B) 183.43º 0.48% 0.29% -
XYZ 4.26 5.4 7.12 -
YUV 61.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 38 71 73 0.48 0.03 0 0.71 183.43 0.32 0.22
Hex 26 47 49 30 3 0 47 B7 20 16
Octal 46 107 111 60 3 0 107 267 40 26
Binary 100110 1000111 1001001 110000 11 0 1000111 10110111 100000 10110

Color Harmonies of #264749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264749

Black with #264749

Text Example


Text Example

White with #264749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264749; }

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

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

background-color css

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

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

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

border-color css

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

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

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