Html Css Color HEX #274649 Dark Slate Grey

📋 copy color: '#274649'

red 39 ◦ green 70 ◦ blue 73

#274649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #274649

Tints of Dark Slate Grey #274649

RGB

 RED value IS 39 (15.63% 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 value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#274649 (or 0x274649) is known color: 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

RGB 39 70 73 -
CMYK 0.47 0.04 0 0.71
HSL 185.29º 0.3% 0.22% -
HSV(B) 185.29º 0.47% 0.29% -
XYZ 4.23 5.29 7.1 -
YUV 61.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 39 70 73 0.47 0.04 0 0.71 185.29 0.3 0.22
Hex 27 46 49 2F 4 0 47 B9 1E 16
Octal 47 106 111 57 4 0 107 271 36 26
Binary 100111 1000110 1001001 101111 100 0 1000111 10111001 11110 10110

Color Harmonies of #274649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274649

Black with #274649

Text Example


Text Example

White with #274649

Text Example


Text Example

HTML Codes & Css Web 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>