#274648

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

Shades of Dark Slate Grey #274648

Tints of Dark Slate Grey #274648

Color information

#274648 (or 0x274648) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 46 and 48. RGB value is (39,70,72). Sum of RGB (Red+Green+Blue) = 39+70+72=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #274648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274648 is #D8B9B7. Grayscale: #3C3C3C. Windows color (decimal): -14203320 or 4736551. OLE color: 4736551.

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

Color convert

RGB397072-
CMYK0.460.0300.72
HSL183.64º29.73%21.76%-
HSV(B)183.64º45.83%28.24%-
XYZ4.25.286.93-
YUV60.96134.23112.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=21.55%
G=38.67%
B=39.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3970720.460.0300.72183.6429.7321.76
Hex2746482E3048b81e16
Octal4710611056301102703626
Binary100111100011010010001011101101001000101110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274648; }

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

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

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

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

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

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

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

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