#27464A

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

Shades of Dark Slate Grey #27464A

Tints of Dark Slate Grey #27464A

Color information

#27464A (or 0x27464A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 46 and 4A. RGB value is (39,70,74). Sum of RGB (Red+Green+Blue) = 39+70+74=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #27464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27464A is #D8B9B5. Grayscale: #3D3D3D. Windows color (decimal): -14203318 or 4867623. OLE color: 4867623.

HSL color Cylindrical-coordinate representation of color #27464A: hue angle of 186.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27464A is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB397074-
CMYK0.470.0500.71
HSL186.86º30.97%22.16%-
HSV(B)186.86º47.3%29.02%-
XYZ4.265.317.28-
YUV61.19135.23112.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=21.31%
G=38.25%
B=40.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3970740.470.0500.71186.8630.9722.16
Hex27464A2F5047bb1f16
Octal4710611257501072733726
Binary1001111000110100101010111110101000111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27464A; }

 p { color: rgb(39,70,74); }

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

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

 a { background-color: rgb(39,70,74); }

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

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

 span { border-color: rgb(39,70,74); }

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