#274647

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

Shades of Dark Slate Grey #274647

Tints of Dark Slate Grey #274647

Color information

#274647 (or 0x274647) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 46 and 47. RGB value is (39,70,71). Sum of RGB (Red+Green+Blue) = 39+70+71=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #274647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274647 is #D8B9B8. Grayscale: #3C3C3C. Windows color (decimal): -14203321 or 4671015. OLE color: 4671015.

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

Color convert

RGB397071-
CMYK0.450.0100.72
HSL181.88º29.09%21.57%-
HSV(B)181.88º45.07%27.84%-
XYZ4.165.276.76-
YUV60.84133.73112.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=21.67%
G=38.89%
B=39.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3970710.450.0100.72181.8829.0921.57
Hex2746472D1048b61d16
Octal4710610755101102663526
Binary10011110001101000111101101101001000101101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274647; }

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

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

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

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

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

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

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

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