Html Css Color HEX #314446 Dark Slate Grey

📋 copy color: '#314446'

red 49 ◦ green 68 ◦ blue 70

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

Shades of Dark Slate Grey #314446

Tints of Dark Slate Grey #314446

RGB

 RED value IS 49 (19.53% from 255) = 26.2%

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 26.2%
G = 36.36%
B = 37.43%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#314446 (or 0x314446) is known color: Dark Slate Grey. HEX triplet: 31, 44 and 46. RGB value is (49,68,70). Sum of RGB (Red+Green+Blue) = 49+68+70=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #314446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314446 is #CEBBB9. Grayscale: #3E3E3E. Windows color (decimal): -13548474 or 4604977. OLE color: 4604977.

HSL color Cylindrical-coordinate representation of color #314446: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314446 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 70 -
CMYK 0.30 0.03 0 0.73
HSL 185.71º 0.18% 0.23% -
HSV(B) 185.71º 0.3% 0.27% -
XYZ 4.44 5.23 6.57 -
YUV 62.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 49 68 70 0.30 0.03 0 0.73 185.71 0.18 0.23
Hex 31 44 46 1E 3 0 49 BA 12 17
Octal 61 104 106 36 3 0 111 272 22 27
Binary 110001 1000100 1000110 11110 11 0 1001001 10111010 10010 10111

Color Harmonies of #314446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314446

Black with #314446

Text Example


Text Example

White with #314446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314446; }

 p { color: rgb(49,68,70); }

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

background-color css

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

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

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

border-color css

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

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

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