Html Css Color HEX #27494C Dark Slate Grey

📋 copy color: '#27494C'

red 39 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #27494C

Tints of Dark Slate Grey #27494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 20.74%
G = 38.83%
B = 40.43%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27494C (or 0x27494C) is known color: Dark Slate Grey. HEX triplet: 27, 49 and 4C. RGB value is (39,73,76). Sum of RGB (Red+Green+Blue) = 39+73+76=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #27494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27494C is #D8B6B3. Grayscale: #3F3F3F. Windows color (decimal): -14202548 or 4999463. OLE color: 4999463.

HSL color Cylindrical-coordinate representation of color #27494C: hue angle of 184.86º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27494C is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 73 76 -
CMYK 0.49 0.04 0 0.70
HSL 184.86º 0.32% 0.23% -
HSV(B) 184.86º 0.49% 0.3% -
XYZ 4.52 5.72 7.7 -
YUV 63.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 39 73 76 0.49 0.04 0 0.70 184.86 0.32 0.23
Hex 27 49 4C 31 4 0 46 B9 20 17
Octal 47 111 114 61 4 0 106 271 40 27
Binary 100111 1001001 1001100 110001 100 0 1000110 10111001 100000 10111

Color Harmonies of #27494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27494C

Black with #27494C

Text Example


Text Example

White with #27494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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