Html Css Color HEX #294648 Dark Slate Grey

📋 copy color: '#294648'

red 41 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #294648

Tints of Dark Slate Grey #294648

RGB

 RED value IS 41 (16.41% from 255) = 22.4%

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

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 22.4%
G = 38.25%
B = 39.34%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294648 (or 0x294648) is known color: Dark Slate Grey. HEX triplet: 29, 46 and 48. RGB value is (41,70,72). Sum of RGB (Red+Green+Blue) = 41+70+72=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #294648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294648 is #D6B9B7. Grayscale: #3D3D3D. Windows color (decimal): -14072248 or 4736553. OLE color: 4736553.

HSL color Cylindrical-coordinate representation of color #294648: hue angle of 183.87º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294648 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 70 72 -
CMYK 0.43 0.03 0 0.72
HSL 183.87º 0.27% 0.22% -
HSV(B) 183.87º 0.43% 0.28% -
XYZ 4.27 5.32 6.93 -
YUV 61.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 41 70 72 0.43 0.03 0 0.72 183.87 0.27 0.22
Hex 29 46 48 2B 3 0 48 B8 1B 16
Octal 51 106 110 53 3 0 110 270 33 26
Binary 101001 1000110 1001000 101011 11 0 1001000 10111000 11011 10110

Color Harmonies of #294648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294648

Black with #294648

Text Example


Text Example

White with #294648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294648; }

 p { color: rgb(41,70,72); }

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

background-color css

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

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

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

border-color css

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

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

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