#274649

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

Shades of Dark Slate Grey #274649

Tints of Dark Slate Grey #274649

Color information

#274649 (or 0x274649) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 46 and 49. RGB value is (39,70,73). Sum of RGB (Red+Green+Blue) = 39+70+73=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 70 (27.73% from 255 or 38.46% 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 #274649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274649 is #D8B9B6. Grayscale: #3D3D3D. Windows color (decimal): -14203319 or 4802087. OLE color: 4802087.

HSL color Cylindrical-coordinate representation of color #274649: hue angle of 185.29º degrees, saturation: 0.3, 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 #274649 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB397073-
CMYK0.470.0400.71
HSL185.29º30.36%21.96%-
HSV(B)185.29º46.58%28.63%-
XYZ4.235.297.1-
YUV61.07134.73112.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=21.43%
G=38.46%
B=40.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3970730.470.0400.71185.2930.3621.96
Hex2746492F4047b91e16
Octal4710611157401072713626
Binary1001111000110100100110111110001000111101110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274649; }

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

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

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

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

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

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

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

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