#304546

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

Shades of Dark Slate Grey #304546

Tints of Dark Slate Grey #304546

Color information

#304546 (or 0x304546) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 45 and 46. RGB value is (48,69,70). Sum of RGB (Red+Green+Blue) = 48+69+70=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #304546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304546 is #CFBAB9. Grayscale: #3E3E3E. Windows color (decimal): -13613754 or 4605232. OLE color: 4605232.

HSL color Cylindrical-coordinate representation of color #304546: hue angle of 182.73º 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 #304546 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB486970-
CMYK0.310.0100.73
HSL182.73º18.64%23.14%-
HSV(B)182.73º31.43%27.45%-
XYZ4.455.336.59-
YUV62.84132.04117.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=25.67%
G=36.90%
B=37.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869700.310.0100.73182.7318.6423.14
Hex3045461F1049b71317
Octal6010510637101112672327
Binary1100001000101100011011111101001001101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304546; }

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

 H1.HeaderClassName
 {
   color: #304546;
 }
 .AnyTagClassName
 {
   color: #304546;
 }
</style>
background-color css

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

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

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

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

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

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