Html Css Color HEX #274646 Dark Slate Grey

📋 copy color: '#274646'

red 39 ◦ green 70 ◦ blue 70

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

Shades of Dark Slate Grey #274646

Tints of Dark Slate Grey #274646

RGB

 RED value IS 39 (15.63% from 255) = 21.79%

 GREEN value IS 70 (27.73% from 255) = 39.11%

 BLUE value IS 70 (27.73% from 255) = 39.11%

R = 21.79%
G = 39.11%
B = 39.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#274646 (or 0x274646) is known color: Dark Slate Grey. HEX triplet: 27, 46 and 46. RGB value is (39,70,70). Sum of RGB (Red+Green+Blue) = 39+70+70=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #274646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274646 is #D8B9B9. Grayscale: #3C3C3C. Windows color (decimal): -14203322 or 4605479. OLE color: 4605479.

HSL color Cylindrical-coordinate representation of color #274646: hue angle of 180º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274646 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 70 70 -
CMYK 0.44 0 0 0.73
HSL 180º 0.28% 0.21% -
HSV(B) 180º 0.44% 0.27% -
XYZ 4.13 5.25 6.59 -
YUV 60.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 39 70 70 0.44 0 0 0.73 180 0.28 0.21
Hex 27 46 46 2C 0 0 49 B4 1C 15
Octal 47 106 106 54 0 0 111 264 34 25
Binary 100111 1000110 1000110 101100 0 0 1001001 10110100 11100 10101

Color Harmonies of #274646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274646

Black with #274646

Text Example


Text Example

White with #274646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274646; }

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

 H1.HeaderClassName
 {
   color: #274646;
 }
 .AnyTagClassName
 {
   color: #274646;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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