Html Css Color HEX #304D4E Dark Slate Grey

📋 copy color: '#304D4E'

red 48 ◦ green 77 ◦ blue 78

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

Shades of Dark Slate Grey #304D4E

Tints of Dark Slate Grey #304D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.93%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 23.65%
G = 37.93%
B = 38.42%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304D4E (or 0x304D4E) is known color: Dark Slate Grey. HEX triplet: 30, 4D and 4E. RGB value is (48,77,78). Sum of RGB (Red+Green+Blue) = 48+77+78=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #304D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D4E is #CFB2B1. Grayscale: #444444. Windows color (decimal): -13611698 or 5131568. OLE color: 5131568.

HSL color Cylindrical-coordinate representation of color #304D4E: hue angle of 182º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D4E is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 77 78 -
CMYK 0.38 0.01 0 0.69
HSL 182º 0.24% 0.25% -
HSV(B) 182º 0.38% 0.31% -
XYZ 5.25 6.49 8.18 -
YUV 68.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 48 77 78 0.38 0.01 0 0.69 182 0.24 0.25
Hex 30 4D 4E 26 1 0 45 B6 18 19
Octal 60 115 116 46 1 0 105 266 30 31
Binary 110000 1001101 1001110 100110 1 0 1000101 10110110 11000 11001

Color Harmonies of #304D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D4E

Black with #304D4E

Text Example


Text Example

White with #304D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D4E; }

 p { color: rgb(48,77,78); }

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

background-color css

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

 a { background-color: rgb(48,77,78); }

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

border-color css

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

 span { border-color: rgb(48,77,78); }

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