#264648

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

Shades of Dark Slate Grey #264648

Tints of Dark Slate Grey #264648

Color information

#264648 (or 0x264648) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 46 and 48. RGB value is (38,70,72). Sum of RGB (Red+Green+Blue) = 38+70+72=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #264648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264648 is #D9B9B7. Grayscale: #3C3C3C. Windows color (decimal): -14268856 or 4736550. OLE color: 4736550.

HSL color Cylindrical-coordinate representation of color #264648: hue angle of 183.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264648 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB387072-
CMYK0.470.0300.72
HSL183.53º30.91%21.57%-
HSV(B)183.53º47.22%28.24%-
XYZ4.165.266.93-
YUV60.66134.4111.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 72 (28.52% from 255) = 40%
R=21.11%
G=38.89%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3870720.470.0300.72183.5330.9121.57
Hex2646482F3048b81f16
Octal4610611057301102703726
Binary100110100011010010001011111101001000101110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264648; }

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

 H1.HeaderClassName
 {
   color: #264648;
 }
 .AnyTagClassName
 {
   color: #264648;
 }
</style>
background-color css

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

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

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

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

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

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