Html Css Color HEX #304446 Dark Slate Grey

📋 copy color: '#304446'

red 48 ◦ green 68 ◦ blue 70

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

Shades of Dark Slate Grey #304446

Tints of Dark Slate Grey #304446

RGB

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

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

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

R = 25.81%
G = 36.56%
B = 37.63%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304446 (or 0x304446) is known color: Dark Slate Grey. HEX triplet: 30, 44 and 46. RGB value is (48,68,70). Sum of RGB (Red+Green+Blue) = 48+68+70=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #304446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304446 is #CFBBB9. Grayscale: #3E3E3E. Windows color (decimal): -13614010 or 4604976. OLE color: 4604976.

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

Color convert

RGB 48 68 70 -
CMYK 0.31 0.03 0 0.73
HSL 185.45º 0.19% 0.23% -
HSV(B) 185.45º 0.31% 0.27% -
XYZ 4.39 5.2 6.57 -
YUV 62.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 48 68 70 0.31 0.03 0 0.73 185.45 0.19 0.23
Hex 30 44 46 1F 3 0 49 B9 13 17
Octal 60 104 106 37 3 0 111 271 23 27
Binary 110000 1000100 1000110 11111 11 0 1001001 10111001 10011 10111

Color Harmonies of #304446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304446

Black with #304446

Text Example


Text Example

White with #304446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304446; }

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

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

background-color css

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

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

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

border-color css

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

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

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