Html Css Color HEX #27464A Dark Slate Grey

📋 copy color: '#27464A'

red 39 ◦ green 70 ◦ blue 74

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

Shades of Dark Slate Grey #27464A

Tints of Dark Slate Grey #27464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 21.31%
G = 38.25%
B = 40.44%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27464A (or 0x27464A) is known color: Dark Slate Grey. HEX triplet: 27, 46 and 4A. RGB value is (39,70,74). Sum of RGB (Red+Green+Blue) = 39+70+74=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #27464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27464A is #D8B9B5. Grayscale: #3D3D3D. Windows color (decimal): -14203318 or 4867623. OLE color: 4867623.

HSL color Cylindrical-coordinate representation of color #27464A: hue angle of 186.86º degrees, saturation: 0.31, 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 #27464A is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 70 74 -
CMYK 0.47 0.05 0 0.71
HSL 186.86º 0.31% 0.22% -
HSV(B) 186.86º 0.47% 0.29% -
XYZ 4.26 5.31 7.28 -
YUV 61.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 39 70 74 0.47 0.05 0 0.71 186.86 0.31 0.22
Hex 27 46 4A 2F 5 0 47 BB 1F 16
Octal 47 106 112 57 5 0 107 273 37 26
Binary 100111 1000110 1001010 101111 101 0 1000111 10111011 11111 10110

Color Harmonies of #27464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27464A

Black with #27464A

Text Example


Text Example

White with #27464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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