Html Css Color HEX #30474A Dark Slate Grey

📋 copy color: '#30474A'

red 48 ◦ green 71 ◦ blue 74

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

Shades of Dark Slate Grey #30474A

Tints of Dark Slate Grey #30474A

RGB

 RED value IS 48 (19.14% from 255) = 24.87%

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 24.87%
G = 36.79%
B = 38.34%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30474A (or 0x30474A) is known color: Dark Slate Grey. HEX triplet: 30, 47 and 4A. RGB value is (48,71,74). Sum of RGB (Red+Green+Blue) = 48+71+74=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #30474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30474A is #CFB8B5. Grayscale: #404040. Windows color (decimal): -13613238 or 4867888. OLE color: 4867888.

HSL color Cylindrical-coordinate representation of color #30474A: hue angle of 186.92º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30474A is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 71 74 -
CMYK 0.35 0.04 0 0.71
HSL 186.92º 0.21% 0.24% -
HSV(B) 186.92º 0.35% 0.29% -
XYZ 4.71 5.63 7.32 -
YUV 64.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 48 71 74 0.35 0.04 0 0.71 186.92 0.21 0.24
Hex 30 47 4A 23 4 0 47 BB 15 18
Octal 60 107 112 43 4 0 107 273 25 30
Binary 110000 1000111 1001010 100011 100 0 1000111 10111011 10101 11000

Color Harmonies of #30474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30474A

Black with #30474A

Text Example


Text Example

White with #30474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,71,74); }

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

background-color css

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

 a { background-color: rgb(48,71,74); }

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

border-color css

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

 span { border-color: rgb(48,71,74); }

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