#264B49

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

Shades of Dark Slate Grey #264B49

Tints of Dark Slate Grey #264B49

Color information

#264B49 (or 0x264B49) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4B and 49. RGB value is (38,75,73). Sum of RGB (Red+Green+Blue) = 38+75+73=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #264B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B49 is #D9B4B6. Grayscale: #3F3F3F. Windows color (decimal): -14267575 or 4803366. OLE color: 4803366.

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

Color convert

RGB387573-
CMYK0.4900.030.71
HSL176.76º32.74%22.16%-
HSV(B)176.76º49.33%29.41%-
XYZ4.525.937.21-
YUV63.71133.24109.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=20.43%
G=40.32%
B=39.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3875730.4900.030.71176.7632.7422.16
Hex264B49310347b12116
Octal4611311161031072614126
Binary1001101001011100100111000101110001111011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B49; }

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

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

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

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

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

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

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

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