Html Css Color HEX #27494B Dark Slate Grey

📋 copy color: '#27494B'

red 39 ◦ green 73 ◦ blue 75

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

Shades of Dark Slate Grey #27494B

Tints of Dark Slate Grey #27494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 20.86%
G = 39.04%
B = 40.11%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #27494B: hue angle of 183.33º 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 #27494B is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 73 75 -
CMYK 0.48 0.03 0 0.71
HSL 183.33º 0.32% 0.22% -
HSV(B) 183.33º 0.48% 0.29% -
XYZ 4.49 5.7 7.52 -
YUV 63.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 39 73 75 0.48 0.03 0 0.71 183.33 0.32 0.22
Hex 27 49 4B 30 3 0 47 B7 20 16
Octal 47 111 113 60 3 0 107 267 40 26
Binary 100111 1001001 1001011 110000 11 0 1000111 10110111 100000 10110

Color Harmonies of #27494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27494B

Black with #27494B

Text Example


Text Example

White with #27494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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