#274B49

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

Shades of Dark Slate Grey #274B49

Tints of Dark Slate Grey #274B49

Color information

#274B49 (or 0x274B49) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4B and 49. RGB value is (39,75,73). Sum of RGB (Red+Green+Blue) = 39+75+73=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #274B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B49 is #D8B4B6. Grayscale: #3F3F3F. Windows color (decimal): -14202039 or 4803367. OLE color: 4803367.

HSL color Cylindrical-coordinate representation of color #274B49: hue angle of 176.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B49 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB397573-
CMYK0.4800.030.71
HSL176.67º31.58%22.35%-
HSV(B)176.67º48%29.41%-
XYZ4.565.947.21-
YUV64.01133.07110.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=20.86%
G=40.11%
B=39.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975730.4800.030.71176.6731.5822.35
Hex274B49300347b12016
Octal4711311160031072614026
Binary1001111001011100100111000001110001111011000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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