#304446

Color #304446 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #304446

Tints of Dark Slate Grey #304446

Color information

#304446 (or 0x304446) is unknown color: approx 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

RGB486870-
CMYK0.310.0300.73
HSL185.45º18.64%23.14%-
HSV(B)185.45º31.43%27.45%-
XYZ4.395.26.57-
YUV62.25132.37117.84-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868700.310.0300.73185.4518.6423.14
Hex3044461F3049b91317
Octal6010410637301112712327
Binary11000010001001000110111111101001001101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>